Interface CTBandFmts
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTBandFmts extends XmlObject
An XML CT_BandFmts(@http://schemas.openxmlformats.org/drawingml/2006/chart). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTBandFmts.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTBandFmtaddNewBandFmt()Appends and returns a new empty value (as xml) as the last "bandFmt" elementCTBandFmt[]getBandFmtArray()Deprecated.CTBandFmtgetBandFmtArray(int i)Gets ith "bandFmt" elementjava.util.List<CTBandFmt>getBandFmtList()Gets a List of "bandFmt" elementsCTBandFmtinsertNewBandFmt(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" elementintsizeOfBandFmtArray()Returns number of "bandFmt" element-
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
-
getBandFmtList
java.util.List<CTBandFmt> getBandFmtList()
Gets a List of "bandFmt" elements
-
getBandFmtArray
@Deprecated CTBandFmt[] getBandFmtArray()
Deprecated.Gets array of all "bandFmt" elements
-
getBandFmtArray
CTBandFmt getBandFmtArray(int i)
Gets ith "bandFmt" element
-
sizeOfBandFmtArray
int sizeOfBandFmtArray()
Returns number of "bandFmt" element
-
setBandFmtArray
void setBandFmtArray(CTBandFmt[] bandFmtArray)
Sets array of all "bandFmt" element
-
setBandFmtArray
void setBandFmtArray(int i, CTBandFmt bandFmt)Sets ith "bandFmt" element
-
insertNewBandFmt
CTBandFmt insertNewBandFmt(int i)
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
-
-