Interface CTSdtRow
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_SdtRow(@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" elementbooleanTrue if has "sdtContent" elementbooleanTrue if has "sdtEndPr" elementbooleanTrue if has "sdtPr" elementvoidsetSdtContent(CTSdtContentRow sdtContent) Sets the "sdtContent" elementvoidsetSdtEndPr(CTSdtEndPr sdtEndPr) Sets the "sdtEndPr" elementvoidSets the "sdtPr" elementvoidUnsets the "sdtContent" elementvoidUnsets the "sdtEndPr" elementvoidUnsets 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, valueHashCodeMethods 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
CTSdtContentRow getSdtContent()Gets the "sdtContent" element -
isSetSdtContent
boolean isSetSdtContent()True if has "sdtContent" element -
setSdtContent
Sets the "sdtContent" element -
addNewSdtContent
CTSdtContentRow addNewSdtContent()Appends and returns a new empty "sdtContent" element -
unsetSdtContent
void unsetSdtContent()Unsets the "sdtContent" element
-