Interface CTEdnProps
- All Superinterfaces:
XmlObject,XmlTokenSource
- All Known Subinterfaces:
CTEdnDocProps
An XML CT_EdnProps(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTEdnProps> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "numFmt" elementAppends and returns a new empty "numRestart" elementAppends and returns a new empty "numStart" elementAppends and returns a new empty "pos" elementGets the "numFmt" elementGets the "numRestart" elementGets the "numStart" elementgetPos()Gets the "pos" elementbooleanTrue if has "numFmt" elementbooleanTrue if has "numRestart" elementbooleanTrue if has "numStart" elementbooleanisSetPos()True if has "pos" elementvoidSets the "numFmt" elementvoidsetNumRestart(CTNumRestart numRestart) Sets the "numRestart" elementvoidsetNumStart(CTDecimalNumber numStart) Sets the "numStart" elementvoidSets the "pos" elementvoidUnsets the "numFmt" elementvoidUnsets the "numRestart" elementvoidUnsets the "numStart" elementvoidunsetPos()Unsets the "pos" 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
-
getPos
CTEdnPos getPos()Gets the "pos" element -
isSetPos
boolean isSetPos()True if has "pos" element -
setPos
Sets the "pos" element -
addNewPos
CTEdnPos addNewPos()Appends and returns a new empty "pos" element -
unsetPos
void unsetPos()Unsets the "pos" element -
getNumFmt
CTNumFmt getNumFmt()Gets the "numFmt" element -
isSetNumFmt
boolean isSetNumFmt()True if has "numFmt" element -
setNumFmt
Sets the "numFmt" element -
addNewNumFmt
CTNumFmt addNewNumFmt()Appends and returns a new empty "numFmt" element -
unsetNumFmt
void unsetNumFmt()Unsets the "numFmt" element -
getNumStart
CTDecimalNumber getNumStart()Gets the "numStart" element -
isSetNumStart
boolean isSetNumStart()True if has "numStart" element -
setNumStart
Sets the "numStart" element -
addNewNumStart
CTDecimalNumber addNewNumStart()Appends and returns a new empty "numStart" element -
unsetNumStart
void unsetNumStart()Unsets the "numStart" element -
getNumRestart
CTNumRestart getNumRestart()Gets the "numRestart" element -
isSetNumRestart
boolean isSetNumRestart()True if has "numRestart" element -
setNumRestart
Sets the "numRestart" element -
addNewNumRestart
CTNumRestart addNewNumRestart()Appends and returns a new empty "numRestart" element -
unsetNumRestart
void unsetNumRestart()Unsets the "numRestart" element
-