Interface CTSurfaceChart
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_SurfaceChart(@http://schemas.openxmlformats.org/drawingml/2006/chart).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory
<CTSurfaceChart> static final SchemaType
Fields 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 "axId" elementAppends and returns a new empty "bandFmts" elementAppends and returns a new empty "extLst" elementAppends and returns a new empty value (as xml) as the last "ser" elementAppends and returns a new empty "wireframe" elementGets array of all "axId" elementsgetAxIdArray
(int i) Gets ith "axId" elementGets a List of "axId" elementsGets the "bandFmts" elementGets the "extLst" elementGets array of all "ser" elementsgetSerArray
(int i) Gets ith "ser" elementGets a List of "ser" elementsGets the "wireframe" elementinsertNewAxId
(int i) Inserts and returns a new empty value (as xml) as the ith "axId" elementinsertNewSer
(int i) Inserts and returns a new empty value (as xml) as the ith "ser" elementboolean
True if has "bandFmts" elementboolean
True if has "extLst" elementboolean
True if has "wireframe" elementvoid
removeAxId
(int i) Removes the ith "axId" elementvoid
removeSer
(int i) Removes the ith "ser" elementvoid
setAxIdArray
(int i, CTUnsignedInt axId) Sets ith "axId" elementvoid
setAxIdArray
(CTUnsignedInt[] axIdArray) Sets array of all "axId" elementvoid
setBandFmts
(CTBandFmts bandFmts) Sets the "bandFmts" elementvoid
setExtLst
(CTExtensionList extLst) Sets the "extLst" elementvoid
setSerArray
(int i, CTSurfaceSer ser) Sets ith "ser" elementvoid
setSerArray
(CTSurfaceSer[] serArray) Sets array of all "ser" elementvoid
setWireframe
(CTBoolean wireframe) Sets the "wireframe" elementint
Returns number of "axId" elementint
Returns number of "ser" elementvoid
Unsets the "bandFmts" elementvoid
Unsets the "extLst" elementvoid
Unsets the "wireframe" 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, valueHashCode
Methods 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
-
getWireframe
CTBoolean getWireframe()Gets the "wireframe" element -
isSetWireframe
boolean isSetWireframe()True if has "wireframe" element -
setWireframe
Sets the "wireframe" element -
addNewWireframe
CTBoolean addNewWireframe()Appends and returns a new empty "wireframe" element -
unsetWireframe
void unsetWireframe()Unsets the "wireframe" element -
getSerList
List<CTSurfaceSer> getSerList()Gets a List of "ser" elements -
getSerArray
CTSurfaceSer[] getSerArray()Gets array of all "ser" elements -
getSerArray
Gets ith "ser" element -
sizeOfSerArray
int sizeOfSerArray()Returns number of "ser" element -
setSerArray
Sets array of all "ser" element -
setSerArray
Sets ith "ser" element -
insertNewSer
Inserts and returns a new empty value (as xml) as the ith "ser" element -
addNewSer
CTSurfaceSer addNewSer()Appends and returns a new empty value (as xml) as the last "ser" element -
removeSer
void removeSer(int i) Removes the ith "ser" element -
getBandFmts
CTBandFmts getBandFmts()Gets the "bandFmts" element -
isSetBandFmts
boolean isSetBandFmts()True if has "bandFmts" element -
setBandFmts
Sets the "bandFmts" element -
addNewBandFmts
CTBandFmts addNewBandFmts()Appends and returns a new empty "bandFmts" element -
unsetBandFmts
void unsetBandFmts()Unsets the "bandFmts" element -
getAxIdList
List<CTUnsignedInt> getAxIdList()Gets a List of "axId" elements -
getAxIdArray
CTUnsignedInt[] getAxIdArray()Gets array of all "axId" elements -
getAxIdArray
Gets ith "axId" element -
sizeOfAxIdArray
int sizeOfAxIdArray()Returns number of "axId" element -
setAxIdArray
Sets array of all "axId" element -
setAxIdArray
Sets ith "axId" element -
insertNewAxId
Inserts and returns a new empty value (as xml) as the ith "axId" element -
addNewAxId
CTUnsignedInt addNewAxId()Appends and returns a new empty value (as xml) as the last "axId" element -
removeAxId
void removeAxId(int i) Removes the ith "axId" element -
getExtLst
CTExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element
-