Interface CTGradientFillProperties
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_GradientFillProperties(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTGradientFillProperties> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "gsLst" elementAppends and returns a new empty "lin" elementAppends and returns a new empty "path" elementAppends and returns a new empty "tileRect" elementgetFlip()Gets the "flip" attributegetGsLst()Gets the "gsLst" elementgetLin()Gets the "lin" elementgetPath()Gets the "path" elementbooleanGets the "rotWithShape" attributeGets the "tileRect" elementbooleanTrue if has "flip" attributebooleanTrue if has "gsLst" elementbooleanisSetLin()True if has "lin" elementbooleanTrue if has "path" elementbooleanTrue if has "rotWithShape" attributebooleanTrue if has "tileRect" elementvoidsetFlip(STTileFlipMode.Enum flip) Sets the "flip" attributevoidsetGsLst(CTGradientStopList gsLst) Sets the "gsLst" elementvoidSets the "lin" elementvoidsetPath(CTPathShadeProperties path) Sets the "path" elementvoidsetRotWithShape(boolean rotWithShape) Sets the "rotWithShape" attributevoidsetTileRect(CTRelativeRect tileRect) Sets the "tileRect" elementvoidUnsets the "flip" attributevoidUnsets the "gsLst" elementvoidunsetLin()Unsets the "lin" elementvoidUnsets the "path" elementvoidUnsets the "rotWithShape" attributevoidUnsets the "tileRect" elementxgetFlip()Gets (as xml) the "flip" attributeGets (as xml) the "rotWithShape" attributevoidxsetFlip(STTileFlipMode flip) Sets (as xml) the "flip" attributevoidxsetRotWithShape(XmlBoolean rotWithShape) Sets (as xml) the "rotWithShape" attributeMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getGsLst
CTGradientStopList getGsLst()Gets the "gsLst" element -
isSetGsLst
boolean isSetGsLst()True if has "gsLst" element -
setGsLst
Sets the "gsLst" element -
addNewGsLst
CTGradientStopList addNewGsLst()Appends and returns a new empty "gsLst" element -
unsetGsLst
void unsetGsLst()Unsets the "gsLst" element -
getLin
CTLinearShadeProperties getLin()Gets the "lin" element -
isSetLin
boolean isSetLin()True if has "lin" element -
setLin
Sets the "lin" element -
addNewLin
CTLinearShadeProperties addNewLin()Appends and returns a new empty "lin" element -
unsetLin
void unsetLin()Unsets the "lin" element -
getPath
CTPathShadeProperties getPath()Gets the "path" element -
isSetPath
boolean isSetPath()True if has "path" element -
setPath
Sets the "path" element -
addNewPath
CTPathShadeProperties addNewPath()Appends and returns a new empty "path" element -
unsetPath
void unsetPath()Unsets the "path" element -
getTileRect
CTRelativeRect getTileRect()Gets the "tileRect" element -
isSetTileRect
boolean isSetTileRect()True if has "tileRect" element -
setTileRect
Sets the "tileRect" element -
addNewTileRect
CTRelativeRect addNewTileRect()Appends and returns a new empty "tileRect" element -
unsetTileRect
void unsetTileRect()Unsets the "tileRect" element -
getFlip
STTileFlipMode.Enum getFlip()Gets the "flip" attribute -
xgetFlip
STTileFlipMode xgetFlip()Gets (as xml) the "flip" attribute -
isSetFlip
boolean isSetFlip()True if has "flip" attribute -
setFlip
Sets the "flip" attribute -
xsetFlip
Sets (as xml) the "flip" attribute -
unsetFlip
void unsetFlip()Unsets the "flip" attribute -
getRotWithShape
boolean getRotWithShape()Gets the "rotWithShape" attribute -
xgetRotWithShape
XmlBoolean xgetRotWithShape()Gets (as xml) the "rotWithShape" attribute -
isSetRotWithShape
boolean isSetRotWithShape()True if has "rotWithShape" attribute -
setRotWithShape
void setRotWithShape(boolean rotWithShape) Sets the "rotWithShape" attribute -
xsetRotWithShape
Sets (as xml) the "rotWithShape" attribute -
unsetRotWithShape
void unsetRotWithShape()Unsets the "rotWithShape" attribute
-