Interface CTGradientStopList
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_GradientStopList(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTGradientStopList> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionaddNewGs()Appends and returns a new empty value (as xml) as the last "gs" elementGets array of all "gs" elementsgetGsArray(int i) Gets ith "gs" elementGets a List of "gs" elementsinsertNewGs(int i) Inserts and returns a new empty value (as xml) as the ith "gs" elementvoidremoveGs(int i) Removes the ith "gs" elementvoidsetGsArray(int i, CTGradientStop gs) Sets ith "gs" elementvoidsetGsArray(CTGradientStop[] gsArray) Sets array of all "gs" elementintReturns number of "gs" elementMethods 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
-
getGsList
List<CTGradientStop> getGsList()Gets a List of "gs" elements -
getGsArray
CTGradientStop[] getGsArray()Gets array of all "gs" elements -
getGsArray
Gets ith "gs" element -
sizeOfGsArray
int sizeOfGsArray()Returns number of "gs" element -
setGsArray
Sets array of all "gs" element -
setGsArray
Sets ith "gs" element -
insertNewGs
Inserts and returns a new empty value (as xml) as the ith "gs" element -
addNewGs
CTGradientStop addNewGs()Appends and returns a new empty value (as xml) as the last "gs" element -
removeGs
void removeGs(int i) Removes the ith "gs" element
-