Interface CTGradientFillProperties
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTGradientFillProperties extends XmlObject
An XML CT_GradientFillProperties(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTGradientFillProperties.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTGradientStopList
addNewGsLst()
Appends and returns a new empty "gsLst" elementCTLinearShadeProperties
addNewLin()
Appends and returns a new empty "lin" elementCTPathShadeProperties
addNewPath()
Appends and returns a new empty "path" elementCTRelativeRect
addNewTileRect()
Appends and returns a new empty "tileRect" elementSTTileFlipMode.Enum
getFlip()
Gets the "flip" attributeCTGradientStopList
getGsLst()
Gets the "gsLst" elementCTLinearShadeProperties
getLin()
Gets the "lin" elementCTPathShadeProperties
getPath()
Gets the "path" elementboolean
getRotWithShape()
Gets the "rotWithShape" attributeCTRelativeRect
getTileRect()
Gets the "tileRect" elementboolean
isSetFlip()
True if has "flip" attributeboolean
isSetGsLst()
True if has "gsLst" elementboolean
isSetLin()
True if has "lin" elementboolean
isSetPath()
True if has "path" elementboolean
isSetRotWithShape()
True if has "rotWithShape" attributeboolean
isSetTileRect()
True if has "tileRect" elementvoid
setFlip(STTileFlipMode.Enum flip)
Sets the "flip" attributevoid
setGsLst(CTGradientStopList gsLst)
Sets the "gsLst" elementvoid
setLin(CTLinearShadeProperties lin)
Sets the "lin" elementvoid
setPath(CTPathShadeProperties path)
Sets the "path" elementvoid
setRotWithShape(boolean rotWithShape)
Sets the "rotWithShape" attributevoid
setTileRect(CTRelativeRect tileRect)
Sets the "tileRect" elementvoid
unsetFlip()
Unsets the "flip" attributevoid
unsetGsLst()
Unsets the "gsLst" elementvoid
unsetLin()
Unsets the "lin" elementvoid
unsetPath()
Unsets the "path" elementvoid
unsetRotWithShape()
Unsets the "rotWithShape" attributevoid
unsetTileRect()
Unsets the "tileRect" elementSTTileFlipMode
xgetFlip()
Gets (as xml) the "flip" attributeXmlBoolean
xgetRotWithShape()
Gets (as xml) the "rotWithShape" attributevoid
xsetFlip(STTileFlipMode flip)
Sets (as xml) the "flip" attributevoid
xsetRotWithShape(XmlBoolean rotWithShape)
Sets (as xml) the "rotWithShape" attribute-
Methods 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, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getGsLst
CTGradientStopList getGsLst()
Gets the "gsLst" element
-
isSetGsLst
boolean isSetGsLst()
True if has "gsLst" element
-
setGsLst
void setGsLst(CTGradientStopList gsLst)
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
void setLin(CTLinearShadeProperties lin)
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
void setPath(CTPathShadeProperties path)
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
void setTileRect(CTRelativeRect tileRect)
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
void setFlip(STTileFlipMode.Enum flip)
Sets the "flip" attribute
-
xsetFlip
void xsetFlip(STTileFlipMode flip)
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
void xsetRotWithShape(XmlBoolean rotWithShape)
Sets (as xml) the "rotWithShape" attribute
-
unsetRotWithShape
void unsetRotWithShape()
Unsets the "rotWithShape" attribute
-
-