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 classCTNumbering.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTAbstractNumaddNewAbstractNum()Appends and returns a new empty value (as xml) as the last "abstractNum" elementCTNumaddNewNum()Appends and returns a new empty value (as xml) as the last "num" elementCTDecimalNumberaddNewNumIdMacAtCleanup()Appends and returns a new empty "numIdMacAtCleanup" elementCTNumPicBulletaddNewNumPicBullet()Appends and returns a new empty value (as xml) as the last "numPicBullet" elementCTAbstractNum[]getAbstractNumArray()Deprecated.CTAbstractNumgetAbstractNumArray(int i)Gets ith "abstractNum" elementjava.util.List<CTAbstractNum>getAbstractNumList()Gets a List of "abstractNum" elementsCTNum[]getNumArray()Deprecated.CTNumgetNumArray(int i)Gets ith "num" elementCTDecimalNumbergetNumIdMacAtCleanup()Gets the "numIdMacAtCleanup" elementjava.util.List<CTNum>getNumList()Gets a List of "num" elementsCTNumPicBullet[]getNumPicBulletArray()Deprecated.CTNumPicBulletgetNumPicBulletArray(int i)Gets ith "numPicBullet" elementjava.util.List<CTNumPicBullet>getNumPicBulletList()Gets a List of "numPicBullet" elementsCTAbstractNuminsertNewAbstractNum(int i)Inserts and returns a new empty value (as xml) as the ith "abstractNum" elementCTNuminsertNewNum(int i)Inserts and returns a new empty value (as xml) as the ith "num" elementCTNumPicBulletinsertNewNumPicBullet(int i)Inserts and returns a new empty value (as xml) as the ith "numPicBullet" elementbooleanisSetNumIdMacAtCleanup()True 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" elementintsizeOfAbstractNumArray()Returns number of "abstractNum" elementintsizeOfNumArray()Returns number of "num" elementintsizeOfNumPicBulletArray()Returns number of "numPicBullet" elementvoidunsetNumIdMacAtCleanup()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
-
-