Interface CTNumbering
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Numbering(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTNumbering> 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 value (as xml) as the last "abstractNum" elementAppends and returns a new empty value (as xml) as the last "num" elementAppends and returns a new empty "numIdMacAtCleanup" elementAppends and returns a new empty value (as xml) as the last "numPicBullet" elementGets array of all "abstractNum" elementsgetAbstractNumArray(int i) Gets ith "abstractNum" elementGets a List of "abstractNum" elementsCTNum[]Gets array of all "num" elementsgetNumArray(int i) Gets ith "num" elementGets the "numIdMacAtCleanup" elementGets a List of "num" elementsGets array of all "numPicBullet" elementsgetNumPicBulletArray(int i) Gets ith "numPicBullet" elementGets a List of "numPicBullet" elementsinsertNewAbstractNum(int i) Inserts and returns a new empty value (as xml) as the ith "abstractNum" elementinsertNewNum(int i) Inserts and returns a new empty value (as xml) as the ith "num" elementinsertNewNumPicBullet(int i) Inserts and returns a new empty value (as xml) as the ith "numPicBullet" elementbooleanTrue if has "numIdMacAtCleanup" elementvoidremoveAbstractNum(int i) Removes the ith "abstractNum" elementvoidremoveNum(int i) Removes the ith "num" elementvoidremoveNumPicBullet(int i) Removes the ith "numPicBullet" elementvoidsetAbstractNumArray(int i, CTAbstractNum abstractNum) Sets ith "abstractNum" elementvoidsetAbstractNumArray(CTAbstractNum[] abstractNumArray) Sets array of all "abstractNum" elementvoidsetNumArray(int i, CTNum num) Sets ith "num" elementvoidsetNumArray(CTNum[] numArray) Sets array of all "num" elementvoidsetNumIdMacAtCleanup(CTDecimalNumber numIdMacAtCleanup) Sets the "numIdMacAtCleanup" elementvoidsetNumPicBulletArray(int i, CTNumPicBullet numPicBullet) Sets ith "numPicBullet" elementvoidsetNumPicBulletArray(CTNumPicBullet[] numPicBulletArray) Sets array of all "numPicBullet" elementintReturns number of "abstractNum" elementintReturns number of "num" elementintReturns number of "numPicBullet" elementvoidUnsets the "numIdMacAtCleanup" 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
-
getNumPicBulletList
List<CTNumPicBullet> getNumPicBulletList()Gets a List of "numPicBullet" elements -
getNumPicBulletArray
CTNumPicBullet[] getNumPicBulletArray()Gets array of all "numPicBullet" elements -
getNumPicBulletArray
Gets ith "numPicBullet" element -
sizeOfNumPicBulletArray
int sizeOfNumPicBulletArray()Returns number of "numPicBullet" element -
setNumPicBulletArray
Sets array of all "numPicBullet" element -
setNumPicBulletArray
Sets ith "numPicBullet" element -
insertNewNumPicBullet
Inserts and returns a new empty value (as xml) as the ith "numPicBullet" element -
addNewNumPicBullet
CTNumPicBullet addNewNumPicBullet()Appends and returns a new empty value (as xml) as the last "numPicBullet" element -
removeNumPicBullet
void removeNumPicBullet(int i) Removes the ith "numPicBullet" element -
getAbstractNumList
List<CTAbstractNum> getAbstractNumList()Gets a List of "abstractNum" elements -
getAbstractNumArray
CTAbstractNum[] getAbstractNumArray()Gets array of all "abstractNum" elements -
getAbstractNumArray
Gets ith "abstractNum" element -
sizeOfAbstractNumArray
int sizeOfAbstractNumArray()Returns number of "abstractNum" element -
setAbstractNumArray
Sets array of all "abstractNum" element -
setAbstractNumArray
Sets ith "abstractNum" element -
insertNewAbstractNum
Inserts and returns a new empty value (as xml) as the ith "abstractNum" element -
addNewAbstractNum
CTAbstractNum addNewAbstractNum()Appends and returns a new empty value (as xml) as the last "abstractNum" element -
removeAbstractNum
void removeAbstractNum(int i) Removes the ith "abstractNum" element -
getNumList
Gets a List of "num" elements -
getNumArray
CTNum[] getNumArray()Gets array of all "num" elements -
getNumArray
Gets ith "num" element -
sizeOfNumArray
int sizeOfNumArray()Returns number of "num" element -
setNumArray
Sets array of all "num" element -
setNumArray
Sets ith "num" element -
insertNewNum
Inserts and returns a new empty value (as xml) as the ith "num" element -
addNewNum
CTNum addNewNum()Appends and returns a new empty value (as xml) as the last "num" element -
removeNum
void removeNum(int i) Removes the ith "num" element -
getNumIdMacAtCleanup
CTDecimalNumber getNumIdMacAtCleanup()Gets the "numIdMacAtCleanup" element -
isSetNumIdMacAtCleanup
boolean isSetNumIdMacAtCleanup()True if has "numIdMacAtCleanup" element -
setNumIdMacAtCleanup
Sets the "numIdMacAtCleanup" element -
addNewNumIdMacAtCleanup
CTDecimalNumber addNewNumIdMacAtCleanup()Appends and returns a new empty "numIdMacAtCleanup" element -
unsetNumIdMacAtCleanup
void unsetNumIdMacAtCleanup()Unsets the "numIdMacAtCleanup" element
-