Interface CTSurfaceSer
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTSurfaceSer extends XmlObject
An XML CT_SurfaceSer(@http://schemas.openxmlformats.org/drawingml/2006/chart). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTSurfaceSer>
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 CTAxDataSource
addNewCat()
Appends and returns a new empty "cat" elementCTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTUnsignedInt
addNewIdx()
Appends and returns a new empty "idx" elementCTUnsignedInt
addNewOrder()
Appends and returns a new empty "order" elementCTShapeProperties
addNewSpPr()
Appends and returns a new empty "spPr" elementCTSerTx
addNewTx()
Appends and returns a new empty "tx" elementCTNumDataSource
addNewVal()
Appends and returns a new empty "val" elementCTAxDataSource
getCat()
Gets the "cat" elementCTExtensionList
getExtLst()
Gets the "extLst" elementCTUnsignedInt
getIdx()
Gets the "idx" elementCTUnsignedInt
getOrder()
Gets the "order" elementCTShapeProperties
getSpPr()
Gets the "spPr" elementCTSerTx
getTx()
Gets the "tx" elementCTNumDataSource
getVal()
Gets the "val" elementboolean
isSetCat()
True if has "cat" elementboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetSpPr()
True if has "spPr" elementboolean
isSetTx()
True if has "tx" elementboolean
isSetVal()
True if has "val" elementvoid
setCat(CTAxDataSource cat)
Sets the "cat" elementvoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setIdx(CTUnsignedInt idx)
Sets the "idx" elementvoid
setOrder(CTUnsignedInt order)
Sets the "order" elementvoid
setSpPr(CTShapeProperties spPr)
Sets the "spPr" elementvoid
setTx(CTSerTx tx)
Sets the "tx" elementvoid
setVal(CTNumDataSource val)
Sets the "val" elementvoid
unsetCat()
Unsets the "cat" elementvoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetSpPr()
Unsets the "spPr" elementvoid
unsetTx()
Unsets the "tx" elementvoid
unsetVal()
Unsets the "val" 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<CTSurfaceSer> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getIdx
CTUnsignedInt getIdx()
Gets the "idx" element
-
setIdx
void setIdx(CTUnsignedInt idx)
Sets the "idx" element
-
addNewIdx
CTUnsignedInt addNewIdx()
Appends and returns a new empty "idx" element
-
getOrder
CTUnsignedInt getOrder()
Gets the "order" element
-
setOrder
void setOrder(CTUnsignedInt order)
Sets the "order" element
-
addNewOrder
CTUnsignedInt addNewOrder()
Appends and returns a new empty "order" element
-
getTx
CTSerTx getTx()
Gets the "tx" element
-
isSetTx
boolean isSetTx()
True if has "tx" element
-
setTx
void setTx(CTSerTx tx)
Sets the "tx" element
-
addNewTx
CTSerTx addNewTx()
Appends and returns a new empty "tx" element
-
unsetTx
void unsetTx()
Unsets the "tx" element
-
getSpPr
CTShapeProperties getSpPr()
Gets the "spPr" element
-
isSetSpPr
boolean isSetSpPr()
True if has "spPr" element
-
setSpPr
void setSpPr(CTShapeProperties spPr)
Sets the "spPr" element
-
addNewSpPr
CTShapeProperties addNewSpPr()
Appends and returns a new empty "spPr" element
-
unsetSpPr
void unsetSpPr()
Unsets the "spPr" element
-
getCat
CTAxDataSource getCat()
Gets the "cat" element
-
isSetCat
boolean isSetCat()
True if has "cat" element
-
setCat
void setCat(CTAxDataSource cat)
Sets the "cat" element
-
addNewCat
CTAxDataSource addNewCat()
Appends and returns a new empty "cat" element
-
unsetCat
void unsetCat()
Unsets the "cat" element
-
getVal
CTNumDataSource getVal()
Gets the "val" element
-
isSetVal
boolean isSetVal()
True if has "val" element
-
setVal
void setVal(CTNumDataSource val)
Sets the "val" element
-
addNewVal
CTNumDataSource addNewVal()
Appends and returns a new empty "val" element
-
unsetVal
void unsetVal()
Unsets the "val" 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
-
-