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 class
CTGradientFill.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 Deprecated Methods Modifier and Type Method Description CTGradientStop
addNewStop()
Appends and returns a new empty value (as xml) as the last "stop" elementdouble
getBottom()
Gets the "bottom" attributedouble
getDegree()
Gets the "degree" attributedouble
getLeft()
Gets the "left" attributedouble
getRight()
Gets the "right" attributeCTGradientStop[]
getStopArray()
Deprecated.CTGradientStop
getStopArray(int i)
Gets ith "stop" elementList<CTGradientStop>
getStopList()
Gets a List of "stop" elementsdouble
getTop()
Gets the "top" attributeSTGradientType.Enum
getType()
Gets the "type" attributeCTGradientStop
insertNewStop(int i)
Inserts and returns a new empty value (as xml) as the ith "stop" elementboolean
isSetBottom()
True if has "bottom" attributeboolean
isSetDegree()
True if has "degree" attributeboolean
isSetLeft()
True if has "left" attributeboolean
isSetRight()
True if has "right" attributeboolean
isSetTop()
True if has "top" attributeboolean
isSetType()
True if has "type" attributevoid
removeStop(int i)
Removes the ith "stop" elementvoid
setBottom(double bottom)
Sets the "bottom" attributevoid
setDegree(double degree)
Sets the "degree" attributevoid
setLeft(double left)
Sets the "left" attributevoid
setRight(double right)
Sets the "right" attributevoid
setStopArray(int i, CTGradientStop stop)
Sets ith "stop" elementvoid
setStopArray(CTGradientStop[] stopArray)
Sets array of all "stop" elementvoid
setTop(double top)
Sets the "top" attributevoid
setType(STGradientType.Enum type)
Sets the "type" attributeint
sizeOfStopArray()
Returns number of "stop" elementvoid
unsetBottom()
Unsets the "bottom" attributevoid
unsetDegree()
Unsets the "degree" attributevoid
unsetLeft()
Unsets the "left" attributevoid
unsetRight()
Unsets the "right" attributevoid
unsetTop()
Unsets the "top" attributevoid
unsetType()
Unsets the "type" attributeXmlDouble
xgetBottom()
Gets (as xml) the "bottom" attributeXmlDouble
xgetDegree()
Gets (as xml) the "degree" attributeXmlDouble
xgetLeft()
Gets (as xml) the "left" attributeXmlDouble
xgetRight()
Gets (as xml) the "right" attributeXmlDouble
xgetTop()
Gets (as xml) the "top" attributeSTGradientType
xgetType()
Gets (as xml) the "type" attributevoid
xsetBottom(XmlDouble bottom)
Sets (as xml) the "bottom" attributevoid
xsetDegree(XmlDouble degree)
Sets (as xml) the "degree" attributevoid
xsetLeft(XmlDouble left)
Sets (as xml) the "left" attributevoid
xsetRight(XmlDouble right)
Sets (as xml) the "right" attributevoid
xsetTop(XmlDouble top)
Sets (as xml) the "top" attributevoid
xsetType(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
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
-
-