Interface CTIndexedColors
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_IndexedColors(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTIndexedColors> 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 "rgbColor" elementGets array of all "rgbColor" elementsgetRgbColorArray(int i) Gets ith "rgbColor" elementGets a List of "rgbColor" elementsinsertNewRgbColor(int i) Inserts and returns a new empty value (as xml) as the ith "rgbColor" elementvoidremoveRgbColor(int i) Removes the ith "rgbColor" elementvoidsetRgbColorArray(int i, CTRgbColor rgbColor) Sets ith "rgbColor" elementvoidsetRgbColorArray(CTRgbColor[] rgbColorArray) Sets array of all "rgbColor" elementintReturns number of "rgbColor" 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
-
getRgbColorList
List<CTRgbColor> getRgbColorList()Gets a List of "rgbColor" elements -
getRgbColorArray
CTRgbColor[] getRgbColorArray()Gets array of all "rgbColor" elements -
getRgbColorArray
Gets ith "rgbColor" element -
sizeOfRgbColorArray
int sizeOfRgbColorArray()Returns number of "rgbColor" element -
setRgbColorArray
Sets array of all "rgbColor" element -
setRgbColorArray
Sets ith "rgbColor" element -
insertNewRgbColor
Inserts and returns a new empty value (as xml) as the ith "rgbColor" element -
addNewRgbColor
CTRgbColor addNewRgbColor()Appends and returns a new empty value (as xml) as the last "rgbColor" element -
removeRgbColor
void removeRgbColor(int i) Removes the ith "rgbColor" element
-