Interface CTNumPr
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_NumPr(@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 "ilvl" elementAppends and returns a new empty "ins" elementAppends and returns a new empty "numberingChange" elementAppends and returns a new empty "numId" elementgetIlvl()Gets the "ilvl" elementgetIns()Gets the "ins" elementGets the "numberingChange" elementgetNumId()Gets the "numId" elementbooleanTrue if has "ilvl" elementbooleanisSetIns()True if has "ins" elementbooleanTrue if has "numberingChange" elementbooleanTrue if has "numId" elementvoidsetIlvl(CTDecimalNumber ilvl) Sets the "ilvl" elementvoidsetIns(CTTrackChange ins) Sets the "ins" elementvoidsetNumberingChange(CTTrackChangeNumbering numberingChange) Sets the "numberingChange" elementvoidsetNumId(CTDecimalNumber numId) Sets the "numId" elementvoidUnsets the "ilvl" elementvoidunsetIns()Unsets the "ins" elementvoidUnsets the "numberingChange" elementvoidUnsets the "numId" 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
-
getIlvl
CTDecimalNumber getIlvl()Gets the "ilvl" element -
isSetIlvl
boolean isSetIlvl()True if has "ilvl" element -
setIlvl
Sets the "ilvl" element -
addNewIlvl
CTDecimalNumber addNewIlvl()Appends and returns a new empty "ilvl" element -
unsetIlvl
void unsetIlvl()Unsets the "ilvl" element -
getNumId
CTDecimalNumber getNumId()Gets the "numId" element -
isSetNumId
boolean isSetNumId()True if has "numId" element -
setNumId
Sets the "numId" element -
addNewNumId
CTDecimalNumber addNewNumId()Appends and returns a new empty "numId" element -
unsetNumId
void unsetNumId()Unsets the "numId" element -
getNumberingChange
CTTrackChangeNumbering getNumberingChange()Gets the "numberingChange" element -
isSetNumberingChange
boolean isSetNumberingChange()True if has "numberingChange" element -
setNumberingChange
Sets the "numberingChange" element -
addNewNumberingChange
CTTrackChangeNumbering addNewNumberingChange()Appends and returns a new empty "numberingChange" element -
unsetNumberingChange
void unsetNumberingChange()Unsets the "numberingChange" element -
getIns
CTTrackChange getIns()Gets the "ins" element -
isSetIns
boolean isSetIns()True if has "ins" element -
setIns
Sets the "ins" element -
addNewIns
CTTrackChange addNewIns()Appends and returns a new empty "ins" element -
unsetIns
void unsetIns()Unsets the "ins" element
-