Interface CTBandFmts
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_BandFmts(@http://schemas.openxmlformats.org/drawingml/2006/chart).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTBandFmts> 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 "bandFmt" elementGets array of all "bandFmt" elementsgetBandFmtArray(int i) Gets ith "bandFmt" elementGets a List of "bandFmt" elementsinsertNewBandFmt(int i) Inserts and returns a new empty value (as xml) as the ith "bandFmt" elementvoidremoveBandFmt(int i) Removes the ith "bandFmt" elementvoidsetBandFmtArray(int i, CTBandFmt bandFmt) Sets ith "bandFmt" elementvoidsetBandFmtArray(CTBandFmt[] bandFmtArray) Sets array of all "bandFmt" elementintReturns number of "bandFmt" 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
-
getBandFmtList
Gets a List of "bandFmt" elements -
getBandFmtArray
CTBandFmt[] getBandFmtArray()Gets array of all "bandFmt" elements -
getBandFmtArray
Gets ith "bandFmt" element -
sizeOfBandFmtArray
int sizeOfBandFmtArray()Returns number of "bandFmt" element -
setBandFmtArray
Sets array of all "bandFmt" element -
setBandFmtArray
Sets ith "bandFmt" element -
insertNewBandFmt
Inserts and returns a new empty value (as xml) as the ith "bandFmt" element -
addNewBandFmt
CTBandFmt addNewBandFmt()Appends and returns a new empty value (as xml) as the last "bandFmt" element -
removeBandFmt
void removeBandFmt(int i) Removes the ith "bandFmt" element
-