Interface CTGradientFill
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTGradientFill extends XmlObject
An XML CT_GradientFill(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTGradientFill.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CTGradientStopaddNewStop()Appends and returns a new empty value (as xml) as the last "stop" elementdoublegetBottom()Gets the "bottom" attributedoublegetDegree()Gets the "degree" attributedoublegetLeft()Gets the "left" attributedoublegetRight()Gets the "right" attributeCTGradientStop[]getStopArray()Deprecated.CTGradientStopgetStopArray(int i)Gets ith "stop" elementjava.util.List<CTGradientStop>getStopList()Gets a List of "stop" elementsdoublegetTop()Gets the "top" attributeSTGradientType.EnumgetType()Gets the "type" attributeCTGradientStopinsertNewStop(int i)Inserts and returns a new empty value (as xml) as the ith "stop" elementbooleanisSetBottom()True if has "bottom" attributebooleanisSetDegree()True if has "degree" attributebooleanisSetLeft()True if has "left" attributebooleanisSetRight()True if has "right" attributebooleanisSetTop()True if has "top" attributebooleanisSetType()True 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" attributeintsizeOfStopArray()Returns number of "stop" elementvoidunsetBottom()Unsets the "bottom" attributevoidunsetDegree()Unsets the "degree" attributevoidunsetLeft()Unsets the "left" attributevoidunsetRight()Unsets the "right" attributevoidunsetTop()Unsets the "top" attributevoidunsetType()Unsets the "type" attributeXmlDoublexgetBottom()Gets (as xml) the "bottom" attributeXmlDoublexgetDegree()Gets (as xml) the "degree" attributeXmlDoublexgetLeft()Gets (as xml) the "left" attributeXmlDoublexgetRight()Gets (as xml) the "right" attributeXmlDoublexgetTop()Gets (as xml) the "top" attributeSTGradientTypexgetType()Gets (as xml) the "type" attributevoidxsetBottom(XmlDouble bottom)Sets (as xml) the "bottom" attributevoidxsetDegree(XmlDouble degree)Sets (as xml) the "degree" attributevoidxsetLeft(XmlDouble left)Sets (as xml) the "left" attributevoidxsetRight(XmlDouble right)Sets (as xml) the "right" attributevoidxsetTop(XmlDouble top)Sets (as xml) the "top" attributevoidxsetType(STGradientType type)Sets (as xml) the "type" 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
-
getStopList
java.util.List<CTGradientStop> getStopList()
Gets a List of "stop" elements
-
getStopArray
@Deprecated CTGradientStop[] getStopArray()
Deprecated.Gets array of all "stop" elements
-
getStopArray
CTGradientStop getStopArray(int i)
Gets ith "stop" element
-
sizeOfStopArray
int sizeOfStopArray()
Returns number of "stop" element
-
setStopArray
void setStopArray(CTGradientStop[] stopArray)
Sets array of all "stop" element
-
setStopArray
void setStopArray(int i, CTGradientStop stop)Sets ith "stop" element
-
insertNewStop
CTGradientStop insertNewStop(int i)
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
void setType(STGradientType.Enum type)
Sets the "type" attribute
-
xsetType
void xsetType(STGradientType type)
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
void xsetDegree(XmlDouble degree)
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
void xsetLeft(XmlDouble left)
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
void xsetRight(XmlDouble right)
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
void xsetTop(XmlDouble top)
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
void xsetBottom(XmlDouble bottom)
Sets (as xml) the "bottom" attribute
-
unsetBottom
void unsetBottom()
Unsets the "bottom" attribute
-
-