Interface CTSdtCell
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_SdtCell(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
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 "sdtContent" elementAppends and returns a new empty "sdtEndPr" elementAppends and returns a new empty "sdtPr" elementGets the "sdtContent" elementGets the "sdtEndPr" elementgetSdtPr()
Gets the "sdtPr" elementboolean
True if has "sdtContent" elementboolean
True if has "sdtEndPr" elementboolean
True if has "sdtPr" elementvoid
setSdtContent
(CTSdtContentCell sdtContent) Sets the "sdtContent" elementvoid
setSdtEndPr
(CTSdtEndPr sdtEndPr) Sets the "sdtEndPr" elementvoid
Sets the "sdtPr" elementvoid
Unsets the "sdtContent" elementvoid
Unsets the "sdtEndPr" elementvoid
Unsets the "sdtPr" 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
-
getSdtPr
CTSdtPr getSdtPr()Gets the "sdtPr" element -
isSetSdtPr
boolean isSetSdtPr()True if has "sdtPr" element -
setSdtPr
Sets the "sdtPr" element -
addNewSdtPr
CTSdtPr addNewSdtPr()Appends and returns a new empty "sdtPr" element -
unsetSdtPr
void unsetSdtPr()Unsets the "sdtPr" element -
getSdtEndPr
CTSdtEndPr getSdtEndPr()Gets the "sdtEndPr" element -
isSetSdtEndPr
boolean isSetSdtEndPr()True if has "sdtEndPr" element -
setSdtEndPr
Sets the "sdtEndPr" element -
addNewSdtEndPr
CTSdtEndPr addNewSdtEndPr()Appends and returns a new empty "sdtEndPr" element -
unsetSdtEndPr
void unsetSdtEndPr()Unsets the "sdtEndPr" element -
getSdtContent
CTSdtContentCell getSdtContent()Gets the "sdtContent" element -
isSetSdtContent
boolean isSetSdtContent()True if has "sdtContent" element -
setSdtContent
Sets the "sdtContent" element -
addNewSdtContent
CTSdtContentCell addNewSdtContent()Appends and returns a new empty "sdtContent" element -
unsetSdtContent
void unsetSdtContent()Unsets the "sdtContent" element
-