Interface CTSurface3DChart
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTSurface3DChart extends XmlObject
An XML CT_Surface3DChart(@http://schemas.openxmlformats.org/drawingml/2006/chart). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTSurface3DChart>
Factory
static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTUnsignedInt
addNewAxId()
Appends and returns a new empty value (as xml) as the last "axId" elementCTBandFmts
addNewBandFmts()
Appends and returns a new empty "bandFmts" elementCTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTSurfaceSer
addNewSer()
Appends and returns a new empty value (as xml) as the last "ser" elementCTBoolean
addNewWireframe()
Appends and returns a new empty "wireframe" elementCTUnsignedInt[]
getAxIdArray()
Gets array of all "axId" elementsCTUnsignedInt
getAxIdArray(int i)
Gets ith "axId" elementjava.util.List<CTUnsignedInt>
getAxIdList()
Gets a List of "axId" elementsCTBandFmts
getBandFmts()
Gets the "bandFmts" elementCTExtensionList
getExtLst()
Gets the "extLst" elementCTSurfaceSer[]
getSerArray()
Gets array of all "ser" elementsCTSurfaceSer
getSerArray(int i)
Gets ith "ser" elementjava.util.List<CTSurfaceSer>
getSerList()
Gets a List of "ser" elementsCTBoolean
getWireframe()
Gets the "wireframe" elementCTUnsignedInt
insertNewAxId(int i)
Inserts and returns a new empty value (as xml) as the ith "axId" elementCTSurfaceSer
insertNewSer(int i)
Inserts and returns a new empty value (as xml) as the ith "ser" elementboolean
isSetBandFmts()
True if has "bandFmts" elementboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetWireframe()
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
sizeOfAxIdArray()
Returns number of "axId" elementint
sizeOfSerArray()
Returns number of "ser" elementvoid
unsetBandFmts()
Unsets the "bandFmts" elementvoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetWireframe()
Unsets the "wireframe" 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTSurface3DChart> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getWireframe
CTBoolean getWireframe()
Gets the "wireframe" element
-
isSetWireframe
boolean isSetWireframe()
True if has "wireframe" element
-
setWireframe
void setWireframe(CTBoolean wireframe)
Sets the "wireframe" element
-
addNewWireframe
CTBoolean addNewWireframe()
Appends and returns a new empty "wireframe" element
-
unsetWireframe
void unsetWireframe()
Unsets the "wireframe" element
-
getSerList
java.util.List<CTSurfaceSer> getSerList()
Gets a List of "ser" elements
-
getSerArray
CTSurfaceSer[] getSerArray()
Gets array of all "ser" elements
-
getSerArray
CTSurfaceSer getSerArray(int i)
Gets ith "ser" element
-
sizeOfSerArray
int sizeOfSerArray()
Returns number of "ser" element
-
setSerArray
void setSerArray(CTSurfaceSer[] serArray)
Sets array of all "ser" element
-
setSerArray
void setSerArray(int i, CTSurfaceSer ser)
Sets ith "ser" element
-
insertNewSer
CTSurfaceSer insertNewSer(int i)
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
void setBandFmts(CTBandFmts bandFmts)
Sets the "bandFmts" element
-
addNewBandFmts
CTBandFmts addNewBandFmts()
Appends and returns a new empty "bandFmts" element
-
unsetBandFmts
void unsetBandFmts()
Unsets the "bandFmts" element
-
getAxIdList
java.util.List<CTUnsignedInt> getAxIdList()
Gets a List of "axId" elements
-
getAxIdArray
CTUnsignedInt[] getAxIdArray()
Gets array of all "axId" elements
-
getAxIdArray
CTUnsignedInt getAxIdArray(int i)
Gets ith "axId" element
-
sizeOfAxIdArray
int sizeOfAxIdArray()
Returns number of "axId" element
-
setAxIdArray
void setAxIdArray(CTUnsignedInt[] axIdArray)
Sets array of all "axId" element
-
setAxIdArray
void setAxIdArray(int i, CTUnsignedInt axId)
Sets ith "axId" element
-
insertNewAxId
CTUnsignedInt insertNewAxId(int i)
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
void setExtLst(CTExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
-