Interface CTGradientFill
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_GradientFill(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTGradientFill> 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 value (as xml) as the last "stop" elementdoubleGets the "bottom" attributedoubleGets the "degree" attributedoublegetLeft()Gets the "left" attributedoublegetRight()Gets the "right" attributeGets array of all "stop" elementsgetStopArray(int i) Gets ith "stop" elementGets a List of "stop" elementsdoublegetTop()Gets the "top" attributegetType()Gets the "type" attributeinsertNewStop(int i) Inserts and returns a new empty value (as xml) as the ith "stop" elementbooleanTrue if has "bottom" attributebooleanTrue if has "degree" attributebooleanTrue if has "left" attributebooleanTrue if has "right" attributebooleanisSetTop()True if has "top" attributebooleanTrue if has "type" attributevoidremoveStop(int i) Removes the ith "stop" elementvoidsetBottom(double bottom) Sets the "bottom" attributevoidsetDegree(double degree) Sets the "degree" attributevoidsetLeft(double left) Sets the "left" attributevoidsetRight(double right) Sets the "right" attributevoidsetStopArray(int i, CTGradientStop stop) Sets ith "stop" elementvoidsetStopArray(CTGradientStop[] stopArray) Sets array of all "stop" elementvoidsetTop(double top) Sets the "top" attributevoidsetType(STGradientType.Enum type) Sets the "type" attributeintReturns number of "stop" elementvoidUnsets the "bottom" attributevoidUnsets the "degree" attributevoidUnsets the "left" attributevoidUnsets the "right" attributevoidunsetTop()Unsets the "top" attributevoidUnsets the "type" attributeGets (as xml) the "bottom" attributeGets (as xml) the "degree" attributexgetLeft()Gets (as xml) the "left" attributeGets (as xml) the "right" attributexgetTop()Gets (as xml) the "top" attributexgetType()Gets (as xml) the "type" attributevoidxsetBottom(XmlDouble bottom) Sets (as xml) the "bottom" attributevoidxsetDegree(XmlDouble degree) Sets (as xml) the "degree" attributevoidSets (as xml) the "left" attributevoidSets (as xml) the "right" attributevoidSets (as xml) the "top" attributevoidxsetType(STGradientType type) Sets (as xml) the "type" 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
-
getStopList
List<CTGradientStop> getStopList()Gets a List of "stop" elements -
getStopArray
CTGradientStop[] getStopArray()Gets array of all "stop" elements -
getStopArray
Gets ith "stop" element -
sizeOfStopArray
int sizeOfStopArray()Returns number of "stop" element -
setStopArray
Sets array of all "stop" element -
setStopArray
Sets ith "stop" element -
insertNewStop
Inserts and returns a new empty value (as xml) as the ith "stop" element -
addNewStop
CTGradientStop addNewStop()Appends and returns a new empty value (as xml) as the last "stop" element -
removeStop
void removeStop(int i) Removes the ith "stop" element -
getType
STGradientType.Enum getType()Gets the "type" attribute -
xgetType
STGradientType xgetType()Gets (as xml) the "type" attribute -
isSetType
boolean isSetType()True if has "type" attribute -
setType
Sets the "type" attribute -
xsetType
Sets (as xml) the "type" attribute -
unsetType
void unsetType()Unsets the "type" attribute -
getDegree
double getDegree()Gets the "degree" attribute -
xgetDegree
XmlDouble xgetDegree()Gets (as xml) the "degree" attribute -
isSetDegree
boolean isSetDegree()True if has "degree" attribute -
setDegree
void setDegree(double degree) Sets the "degree" attribute -
xsetDegree
Sets (as xml) the "degree" attribute -
unsetDegree
void unsetDegree()Unsets the "degree" attribute -
getLeft
double getLeft()Gets the "left" attribute -
xgetLeft
XmlDouble xgetLeft()Gets (as xml) the "left" attribute -
isSetLeft
boolean isSetLeft()True if has "left" attribute -
setLeft
void setLeft(double left) Sets the "left" attribute -
xsetLeft
Sets (as xml) the "left" attribute -
unsetLeft
void unsetLeft()Unsets the "left" attribute -
getRight
double getRight()Gets the "right" attribute -
xgetRight
XmlDouble xgetRight()Gets (as xml) the "right" attribute -
isSetRight
boolean isSetRight()True if has "right" attribute -
setRight
void setRight(double right) Sets the "right" attribute -
xsetRight
Sets (as xml) the "right" attribute -
unsetRight
void unsetRight()Unsets the "right" attribute -
getTop
double getTop()Gets the "top" attribute -
xgetTop
XmlDouble xgetTop()Gets (as xml) the "top" attribute -
isSetTop
boolean isSetTop()True if has "top" attribute -
setTop
void setTop(double top) Sets the "top" attribute -
xsetTop
Sets (as xml) the "top" attribute -
unsetTop
void unsetTop()Unsets the "top" attribute -
getBottom
double getBottom()Gets the "bottom" attribute -
xgetBottom
XmlDouble xgetBottom()Gets (as xml) the "bottom" attribute -
isSetBottom
boolean isSetBottom()True if has "bottom" attribute -
setBottom
void setBottom(double bottom) Sets the "bottom" attribute -
xsetBottom
Sets (as xml) the "bottom" attribute -
unsetBottom
void unsetBottom()Unsets the "bottom" attribute
-