Interface CTAbstractNum
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_AbstractNum(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTAbstractNum> 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 "lvl" elementAppends and returns a new empty "multiLevelType" elementAppends and returns a new empty "name" elementAppends and returns a new empty "nsid" elementAppends and returns a new empty "numStyleLink" elementAppends and returns a new empty "styleLink" elementAppends and returns a new empty "tmpl" elementGets the "abstractNumId" attributeCTLvl[]Gets array of all "lvl" elementsgetLvlArray(int i) Gets ith "lvl" elementGets a List of "lvl" elementsGets the "multiLevelType" elementgetName()Gets the "name" elementgetNsid()Gets the "nsid" elementGets the "numStyleLink" elementGets the "styleLink" elementgetTmpl()Gets the "tmpl" elementinsertNewLvl(int i) Inserts and returns a new empty value (as xml) as the ith "lvl" elementbooleanTrue if has "multiLevelType" elementbooleanTrue if has "name" elementbooleanTrue if has "nsid" elementbooleanTrue if has "numStyleLink" elementbooleanTrue if has "styleLink" elementbooleanTrue if has "tmpl" elementvoidremoveLvl(int i) Removes the ith "lvl" elementvoidsetAbstractNumId(BigInteger abstractNumId) Sets the "abstractNumId" attributevoidsetLvlArray(int i, CTLvl lvl) Sets ith "lvl" elementvoidsetLvlArray(CTLvl[] lvlArray) Sets array of all "lvl" elementvoidsetMultiLevelType(CTMultiLevelType multiLevelType) Sets the "multiLevelType" elementvoidSets the "name" elementvoidsetNsid(CTLongHexNumber nsid) Sets the "nsid" elementvoidsetNumStyleLink(CTString numStyleLink) Sets the "numStyleLink" elementvoidsetStyleLink(CTString styleLink) Sets the "styleLink" elementvoidsetTmpl(CTLongHexNumber tmpl) Sets the "tmpl" elementintReturns number of "lvl" elementvoidUnsets the "multiLevelType" elementvoidUnsets the "name" elementvoidUnsets the "nsid" elementvoidUnsets the "numStyleLink" elementvoidUnsets the "styleLink" elementvoidUnsets the "tmpl" elementGets (as xml) the "abstractNumId" attributevoidxsetAbstractNumId(STDecimalNumber abstractNumId) Sets (as xml) the "abstractNumId" attributeMethods 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
-
getNsid
CTLongHexNumber getNsid()Gets the "nsid" element -
isSetNsid
boolean isSetNsid()True if has "nsid" element -
setNsid
Sets the "nsid" element -
addNewNsid
CTLongHexNumber addNewNsid()Appends and returns a new empty "nsid" element -
unsetNsid
void unsetNsid()Unsets the "nsid" element -
getMultiLevelType
CTMultiLevelType getMultiLevelType()Gets the "multiLevelType" element -
isSetMultiLevelType
boolean isSetMultiLevelType()True if has "multiLevelType" element -
setMultiLevelType
Sets the "multiLevelType" element -
addNewMultiLevelType
CTMultiLevelType addNewMultiLevelType()Appends and returns a new empty "multiLevelType" element -
unsetMultiLevelType
void unsetMultiLevelType()Unsets the "multiLevelType" element -
getTmpl
CTLongHexNumber getTmpl()Gets the "tmpl" element -
isSetTmpl
boolean isSetTmpl()True if has "tmpl" element -
setTmpl
Sets the "tmpl" element -
addNewTmpl
CTLongHexNumber addNewTmpl()Appends and returns a new empty "tmpl" element -
unsetTmpl
void unsetTmpl()Unsets the "tmpl" element -
getName
CTString getName()Gets the "name" element -
isSetName
boolean isSetName()True if has "name" element -
setName
Sets the "name" element -
addNewName
CTString addNewName()Appends and returns a new empty "name" element -
unsetName
void unsetName()Unsets the "name" element -
getStyleLink
CTString getStyleLink()Gets the "styleLink" element -
isSetStyleLink
boolean isSetStyleLink()True if has "styleLink" element -
setStyleLink
Sets the "styleLink" element -
addNewStyleLink
CTString addNewStyleLink()Appends and returns a new empty "styleLink" element -
unsetStyleLink
void unsetStyleLink()Unsets the "styleLink" element -
getNumStyleLink
CTString getNumStyleLink()Gets the "numStyleLink" element -
isSetNumStyleLink
boolean isSetNumStyleLink()True if has "numStyleLink" element -
setNumStyleLink
Sets the "numStyleLink" element -
addNewNumStyleLink
CTString addNewNumStyleLink()Appends and returns a new empty "numStyleLink" element -
unsetNumStyleLink
void unsetNumStyleLink()Unsets the "numStyleLink" element -
getLvlList
Gets a List of "lvl" elements -
getLvlArray
CTLvl[] getLvlArray()Gets array of all "lvl" elements -
getLvlArray
Gets ith "lvl" element -
sizeOfLvlArray
int sizeOfLvlArray()Returns number of "lvl" element -
setLvlArray
Sets array of all "lvl" element -
setLvlArray
Sets ith "lvl" element -
insertNewLvl
Inserts and returns a new empty value (as xml) as the ith "lvl" element -
addNewLvl
CTLvl addNewLvl()Appends and returns a new empty value (as xml) as the last "lvl" element -
removeLvl
void removeLvl(int i) Removes the ith "lvl" element -
getAbstractNumId
BigInteger getAbstractNumId()Gets the "abstractNumId" attribute -
xgetAbstractNumId
STDecimalNumber xgetAbstractNumId()Gets (as xml) the "abstractNumId" attribute -
setAbstractNumId
Sets the "abstractNumId" attribute -
xsetAbstractNumId
Sets (as xml) the "abstractNumId" attribute
-