Interface CTGradientStop
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_GradientStop(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTGradientStop> 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 "color" elementgetColor()Gets the "color" elementdoubleGets the "position" attributevoidSets the "color" elementvoidsetPosition(double position) Sets the "position" attributeGets (as xml) the "position" attributevoidxsetPosition(XmlDouble position) Sets (as xml) the "position" 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
-
getColor
CTColor getColor()Gets the "color" element -
setColor
Sets the "color" element -
addNewColor
CTColor addNewColor()Appends and returns a new empty "color" element -
getPosition
double getPosition()Gets the "position" attribute -
xgetPosition
XmlDouble xgetPosition()Gets (as xml) the "position" attribute -
setPosition
void setPosition(double position) Sets the "position" attribute -
xsetPosition
Sets (as xml) the "position" attribute
-