Interface CTDTable
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_DTable(@http://schemas.openxmlformats.org/drawingml/2006/chart).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "extLst" elementAppends and returns a new empty "showHorzBorder" elementAppends and returns a new empty "showKeys" elementAppends and returns a new empty "showOutline" elementAppends and returns a new empty "showVertBorder" elementAppends and returns a new empty "spPr" elementAppends and returns a new empty "txPr" elementGets the "extLst" elementGets the "showHorzBorder" elementGets the "showKeys" elementGets the "showOutline" elementGets the "showVertBorder" elementgetSpPr()
Gets the "spPr" elementgetTxPr()
Gets the "txPr" elementboolean
True if has "extLst" elementboolean
True if has "showHorzBorder" elementboolean
True if has "showKeys" elementboolean
True if has "showOutline" elementboolean
True if has "showVertBorder" elementboolean
True if has "spPr" elementboolean
True if has "txPr" elementvoid
setExtLst
(CTExtensionList extLst) Sets the "extLst" elementvoid
setShowHorzBorder
(CTBoolean showHorzBorder) Sets the "showHorzBorder" elementvoid
setShowKeys
(CTBoolean showKeys) Sets the "showKeys" elementvoid
setShowOutline
(CTBoolean showOutline) Sets the "showOutline" elementvoid
setShowVertBorder
(CTBoolean showVertBorder) Sets the "showVertBorder" elementvoid
setSpPr
(CTShapeProperties spPr) Sets the "spPr" elementvoid
setTxPr
(CTTextBody txPr) Sets the "txPr" elementvoid
Unsets the "extLst" elementvoid
Unsets the "showHorzBorder" elementvoid
Unsets the "showKeys" elementvoid
Unsets the "showOutline" elementvoid
Unsets the "showVertBorder" elementvoid
Unsets the "spPr" elementvoid
Unsets the "txPr" 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
-
getShowHorzBorder
CTBoolean getShowHorzBorder()Gets the "showHorzBorder" element -
isSetShowHorzBorder
boolean isSetShowHorzBorder()True if has "showHorzBorder" element -
setShowHorzBorder
Sets the "showHorzBorder" element -
addNewShowHorzBorder
CTBoolean addNewShowHorzBorder()Appends and returns a new empty "showHorzBorder" element -
unsetShowHorzBorder
void unsetShowHorzBorder()Unsets the "showHorzBorder" element -
getShowVertBorder
CTBoolean getShowVertBorder()Gets the "showVertBorder" element -
isSetShowVertBorder
boolean isSetShowVertBorder()True if has "showVertBorder" element -
setShowVertBorder
Sets the "showVertBorder" element -
addNewShowVertBorder
CTBoolean addNewShowVertBorder()Appends and returns a new empty "showVertBorder" element -
unsetShowVertBorder
void unsetShowVertBorder()Unsets the "showVertBorder" element -
getShowOutline
CTBoolean getShowOutline()Gets the "showOutline" element -
isSetShowOutline
boolean isSetShowOutline()True if has "showOutline" element -
setShowOutline
Sets the "showOutline" element -
addNewShowOutline
CTBoolean addNewShowOutline()Appends and returns a new empty "showOutline" element -
unsetShowOutline
void unsetShowOutline()Unsets the "showOutline" element -
getShowKeys
CTBoolean getShowKeys()Gets the "showKeys" element -
isSetShowKeys
boolean isSetShowKeys()True if has "showKeys" element -
setShowKeys
Sets the "showKeys" element -
addNewShowKeys
CTBoolean addNewShowKeys()Appends and returns a new empty "showKeys" element -
unsetShowKeys
void unsetShowKeys()Unsets the "showKeys" element -
getSpPr
CTShapeProperties getSpPr()Gets the "spPr" element -
isSetSpPr
boolean isSetSpPr()True if has "spPr" element -
setSpPr
Sets the "spPr" element -
addNewSpPr
CTShapeProperties addNewSpPr()Appends and returns a new empty "spPr" element -
unsetSpPr
void unsetSpPr()Unsets the "spPr" element -
getTxPr
CTTextBody getTxPr()Gets the "txPr" element -
isSetTxPr
boolean isSetTxPr()True if has "txPr" element -
setTxPr
Sets the "txPr" element -
addNewTxPr
CTTextBody addNewTxPr()Appends and returns a new empty "txPr" element -
unsetTxPr
void unsetTxPr()Unsets the "txPr" 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
-