Interface CTNumPr
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTNumPr extends XmlObject
An XML CT_NumPr(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTNumPr.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTDecimalNumber
addNewIlvl()
Appends and returns a new empty "ilvl" elementCTTrackChange
addNewIns()
Appends and returns a new empty "ins" elementCTTrackChangeNumbering
addNewNumberingChange()
Appends and returns a new empty "numberingChange" elementCTDecimalNumber
addNewNumId()
Appends and returns a new empty "numId" elementCTDecimalNumber
getIlvl()
Gets the "ilvl" elementCTTrackChange
getIns()
Gets the "ins" elementCTTrackChangeNumbering
getNumberingChange()
Gets the "numberingChange" elementCTDecimalNumber
getNumId()
Gets the "numId" elementboolean
isSetIlvl()
True if has "ilvl" elementboolean
isSetIns()
True if has "ins" elementboolean
isSetNumberingChange()
True if has "numberingChange" elementboolean
isSetNumId()
True if has "numId" elementvoid
setIlvl(CTDecimalNumber ilvl)
Sets the "ilvl" elementvoid
setIns(CTTrackChange ins)
Sets the "ins" elementvoid
setNumberingChange(CTTrackChangeNumbering numberingChange)
Sets the "numberingChange" elementvoid
setNumId(CTDecimalNumber numId)
Sets the "numId" elementvoid
unsetIlvl()
Unsets the "ilvl" elementvoid
unsetIns()
Unsets the "ins" elementvoid
unsetNumberingChange()
Unsets the "numberingChange" elementvoid
unsetNumId()
Unsets the "numId" element-
Methods 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getIlvl
CTDecimalNumber getIlvl()
Gets the "ilvl" element
-
isSetIlvl
boolean isSetIlvl()
True if has "ilvl" element
-
setIlvl
void setIlvl(CTDecimalNumber ilvl)
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
void setNumId(CTDecimalNumber numId)
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
void setNumberingChange(CTTrackChangeNumbering numberingChange)
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
void setIns(CTTrackChange ins)
Sets the "ins" element
-
addNewIns
CTTrackChange addNewIns()
Appends and returns a new empty "ins" element
-
unsetIns
void unsetIns()
Unsets the "ins" element
-
-