Interface CTNumbering
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTNumbering extends XmlObject
An XML CT_Numbering(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTNumbering.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 Deprecated Methods Modifier and Type Method Description CTAbstractNum
addNewAbstractNum()
Appends and returns a new empty value (as xml) as the last "abstractNum" elementCTNum
addNewNum()
Appends and returns a new empty value (as xml) as the last "num" elementCTDecimalNumber
addNewNumIdMacAtCleanup()
Appends and returns a new empty "numIdMacAtCleanup" elementCTNumPicBullet
addNewNumPicBullet()
Appends and returns a new empty value (as xml) as the last "numPicBullet" elementCTAbstractNum[]
getAbstractNumArray()
Deprecated.CTAbstractNum
getAbstractNumArray(int i)
Gets ith "abstractNum" elementjava.util.List<CTAbstractNum>
getAbstractNumList()
Gets a List of "abstractNum" elementsCTNum[]
getNumArray()
Deprecated.CTNum
getNumArray(int i)
Gets ith "num" elementCTDecimalNumber
getNumIdMacAtCleanup()
Gets the "numIdMacAtCleanup" elementjava.util.List<CTNum>
getNumList()
Gets a List of "num" elementsCTNumPicBullet[]
getNumPicBulletArray()
Deprecated.CTNumPicBullet
getNumPicBulletArray(int i)
Gets ith "numPicBullet" elementjava.util.List<CTNumPicBullet>
getNumPicBulletList()
Gets a List of "numPicBullet" elementsCTAbstractNum
insertNewAbstractNum(int i)
Inserts and returns a new empty value (as xml) as the ith "abstractNum" elementCTNum
insertNewNum(int i)
Inserts and returns a new empty value (as xml) as the ith "num" elementCTNumPicBullet
insertNewNumPicBullet(int i)
Inserts and returns a new empty value (as xml) as the ith "numPicBullet" elementboolean
isSetNumIdMacAtCleanup()
True if has "numIdMacAtCleanup" elementvoid
removeAbstractNum(int i)
Removes the ith "abstractNum" elementvoid
removeNum(int i)
Removes the ith "num" elementvoid
removeNumPicBullet(int i)
Removes the ith "numPicBullet" elementvoid
setAbstractNumArray(int i, CTAbstractNum abstractNum)
Sets ith "abstractNum" elementvoid
setAbstractNumArray(CTAbstractNum[] abstractNumArray)
Sets array of all "abstractNum" elementvoid
setNumArray(int i, CTNum num)
Sets ith "num" elementvoid
setNumArray(CTNum[] numArray)
Sets array of all "num" elementvoid
setNumIdMacAtCleanup(CTDecimalNumber numIdMacAtCleanup)
Sets the "numIdMacAtCleanup" elementvoid
setNumPicBulletArray(int i, CTNumPicBullet numPicBullet)
Sets ith "numPicBullet" elementvoid
setNumPicBulletArray(CTNumPicBullet[] numPicBulletArray)
Sets array of all "numPicBullet" elementint
sizeOfAbstractNumArray()
Returns number of "abstractNum" elementint
sizeOfNumArray()
Returns number of "num" elementint
sizeOfNumPicBulletArray()
Returns number of "numPicBullet" elementvoid
unsetNumIdMacAtCleanup()
Unsets the "numIdMacAtCleanup" 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
-
getNumPicBulletList
java.util.List<CTNumPicBullet> getNumPicBulletList()
Gets a List of "numPicBullet" elements
-
getNumPicBulletArray
@Deprecated CTNumPicBullet[] getNumPicBulletArray()
Deprecated.Gets array of all "numPicBullet" elements
-
getNumPicBulletArray
CTNumPicBullet getNumPicBulletArray(int i)
Gets ith "numPicBullet" element
-
sizeOfNumPicBulletArray
int sizeOfNumPicBulletArray()
Returns number of "numPicBullet" element
-
setNumPicBulletArray
void setNumPicBulletArray(CTNumPicBullet[] numPicBulletArray)
Sets array of all "numPicBullet" element
-
setNumPicBulletArray
void setNumPicBulletArray(int i, CTNumPicBullet numPicBullet)
Sets ith "numPicBullet" element
-
insertNewNumPicBullet
CTNumPicBullet insertNewNumPicBullet(int i)
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
java.util.List<CTAbstractNum> getAbstractNumList()
Gets a List of "abstractNum" elements
-
getAbstractNumArray
@Deprecated CTAbstractNum[] getAbstractNumArray()
Deprecated.Gets array of all "abstractNum" elements
-
getAbstractNumArray
CTAbstractNum getAbstractNumArray(int i)
Gets ith "abstractNum" element
-
sizeOfAbstractNumArray
int sizeOfAbstractNumArray()
Returns number of "abstractNum" element
-
setAbstractNumArray
void setAbstractNumArray(CTAbstractNum[] abstractNumArray)
Sets array of all "abstractNum" element
-
setAbstractNumArray
void setAbstractNumArray(int i, CTAbstractNum abstractNum)
Sets ith "abstractNum" element
-
insertNewAbstractNum
CTAbstractNum insertNewAbstractNum(int i)
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
java.util.List<CTNum> getNumList()
Gets a List of "num" elements
-
getNumArray
@Deprecated CTNum[] getNumArray()
Deprecated.Gets array of all "num" elements
-
getNumArray
CTNum getNumArray(int i)
Gets ith "num" element
-
sizeOfNumArray
int sizeOfNumArray()
Returns number of "num" element
-
setNumArray
void setNumArray(CTNum[] numArray)
Sets array of all "num" element
-
setNumArray
void setNumArray(int i, CTNum num)
Sets ith "num" element
-
insertNewNum
CTNum insertNewNum(int i)
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
void setNumIdMacAtCleanup(CTDecimalNumber numIdMacAtCleanup)
Sets the "numIdMacAtCleanup" element
-
addNewNumIdMacAtCleanup
CTDecimalNumber addNewNumIdMacAtCleanup()
Appends and returns a new empty "numIdMacAtCleanup" element
-
unsetNumIdMacAtCleanup
void unsetNumIdMacAtCleanup()
Unsets the "numIdMacAtCleanup" element
-
-