Interface CTAbstractNum
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTAbstractNum extends XmlObject
An XML CT_AbstractNum(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTAbstractNum.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 CTLvl
addNewLvl()
Appends and returns a new empty value (as xml) as the last "lvl" elementCTMultiLevelType
addNewMultiLevelType()
Appends and returns a new empty "multiLevelType" elementCTString
addNewName()
Appends and returns a new empty "name" elementCTLongHexNumber
addNewNsid()
Appends and returns a new empty "nsid" elementCTString
addNewNumStyleLink()
Appends and returns a new empty "numStyleLink" elementCTString
addNewStyleLink()
Appends and returns a new empty "styleLink" elementCTLongHexNumber
addNewTmpl()
Appends and returns a new empty "tmpl" elementjava.math.BigInteger
getAbstractNumId()
Gets the "abstractNumId" attributeCTLvl[]
getLvlArray()
Deprecated.CTLvl
getLvlArray(int i)
Gets ith "lvl" elementjava.util.List<CTLvl>
getLvlList()
Gets a List of "lvl" elementsCTMultiLevelType
getMultiLevelType()
Gets the "multiLevelType" elementCTString
getName()
Gets the "name" elementCTLongHexNumber
getNsid()
Gets the "nsid" elementCTString
getNumStyleLink()
Gets the "numStyleLink" elementCTString
getStyleLink()
Gets the "styleLink" elementCTLongHexNumber
getTmpl()
Gets the "tmpl" elementCTLvl
insertNewLvl(int i)
Inserts and returns a new empty value (as xml) as the ith "lvl" elementboolean
isSetMultiLevelType()
True if has "multiLevelType" elementboolean
isSetName()
True if has "name" elementboolean
isSetNsid()
True if has "nsid" elementboolean
isSetNumStyleLink()
True if has "numStyleLink" elementboolean
isSetStyleLink()
True if has "styleLink" elementboolean
isSetTmpl()
True if has "tmpl" elementvoid
removeLvl(int i)
Removes the ith "lvl" elementvoid
setAbstractNumId(java.math.BigInteger abstractNumId)
Sets the "abstractNumId" attributevoid
setLvlArray(int i, CTLvl lvl)
Sets ith "lvl" elementvoid
setLvlArray(CTLvl[] lvlArray)
Sets array of all "lvl" elementvoid
setMultiLevelType(CTMultiLevelType multiLevelType)
Sets the "multiLevelType" elementvoid
setName(CTString name)
Sets the "name" elementvoid
setNsid(CTLongHexNumber nsid)
Sets the "nsid" elementvoid
setNumStyleLink(CTString numStyleLink)
Sets the "numStyleLink" elementvoid
setStyleLink(CTString styleLink)
Sets the "styleLink" elementvoid
setTmpl(CTLongHexNumber tmpl)
Sets the "tmpl" elementint
sizeOfLvlArray()
Returns number of "lvl" elementvoid
unsetMultiLevelType()
Unsets the "multiLevelType" elementvoid
unsetName()
Unsets the "name" elementvoid
unsetNsid()
Unsets the "nsid" elementvoid
unsetNumStyleLink()
Unsets the "numStyleLink" elementvoid
unsetStyleLink()
Unsets the "styleLink" elementvoid
unsetTmpl()
Unsets the "tmpl" elementSTDecimalNumber
xgetAbstractNumId()
Gets (as xml) the "abstractNumId" attributevoid
xsetAbstractNumId(STDecimalNumber abstractNumId)
Sets (as xml) the "abstractNumId" attribute-
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
-
getNsid
CTLongHexNumber getNsid()
Gets the "nsid" element
-
isSetNsid
boolean isSetNsid()
True if has "nsid" element
-
setNsid
void setNsid(CTLongHexNumber nsid)
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
void setMultiLevelType(CTMultiLevelType multiLevelType)
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
void setTmpl(CTLongHexNumber tmpl)
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
void setName(CTString name)
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
void setStyleLink(CTString styleLink)
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
void setNumStyleLink(CTString numStyleLink)
Sets the "numStyleLink" element
-
addNewNumStyleLink
CTString addNewNumStyleLink()
Appends and returns a new empty "numStyleLink" element
-
unsetNumStyleLink
void unsetNumStyleLink()
Unsets the "numStyleLink" element
-
getLvlList
java.util.List<CTLvl> getLvlList()
Gets a List of "lvl" elements
-
getLvlArray
@Deprecated CTLvl[] getLvlArray()
Deprecated.Gets array of all "lvl" elements
-
getLvlArray
CTLvl getLvlArray(int i)
Gets ith "lvl" element
-
sizeOfLvlArray
int sizeOfLvlArray()
Returns number of "lvl" element
-
setLvlArray
void setLvlArray(CTLvl[] lvlArray)
Sets array of all "lvl" element
-
setLvlArray
void setLvlArray(int i, CTLvl lvl)
Sets ith "lvl" element
-
insertNewLvl
CTLvl insertNewLvl(int i)
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
java.math.BigInteger getAbstractNumId()
Gets the "abstractNumId" attribute
-
xgetAbstractNumId
STDecimalNumber xgetAbstractNumId()
Gets (as xml) the "abstractNumId" attribute
-
setAbstractNumId
void setAbstractNumId(java.math.BigInteger abstractNumId)
Sets the "abstractNumId" attribute
-
xsetAbstractNumId
void xsetAbstractNumId(STDecimalNumber abstractNumId)
Sets (as xml) the "abstractNumId" attribute
-
-