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 SchemaType
Fields 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" elementboolean
True if has "numFmt" elementboolean
True if has "numRestart" elementboolean
True if has "numStart" elementboolean
isSetPos()
True if has "pos" elementvoid
Sets the "numFmt" elementvoid
setNumRestart
(CTNumRestart numRestart) Sets the "numRestart" elementvoid
setNumStart
(CTDecimalNumber numStart) Sets the "numStart" elementvoid
Sets the "pos" elementvoid
Unsets the "numFmt" elementvoid
Unsets the "numRestart" elementvoid
Unsets the "numStart" elementvoid
unsetPos()
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, 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
-
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
-