Class NumberingDefinitions
java.lang.Object
com.independentsoft.office.word.numbering.NumberingDefinitions
The Class NumberingDefinitions.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new numbering definitions.NumberingDefinitions(byte[] buffer, Relationship relationship)Instantiates a new numbering definitions. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the abstract numberings.intGets the last reviewed abstract numbering.Gets the mc:Ignorable attribute value of the numbering root, ornullif absent.Gets the numberings.Gets the pictures.voidsetLastReviewedAbstractNumbering(int lastReviewedAbstractNumbering)Sets the last reviewed abstract numbering.voidsetMarkupCompatibilityIgnorable(String markupCompatibilityIgnorable)Sets the mc:Ignorable attribute value of the numbering root.toString()
-
Constructor Details
-
NumberingDefinitions
public NumberingDefinitions()Instantiates a new numbering definitions. -
NumberingDefinitions
Instantiates a new numbering definitions.- Parameters:
buffer- the bufferrelationship- the relationship- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
-
getMarkupCompatibilityIgnorable
Gets the mc:Ignorable attribute value of the numbering root, ornullif absent.- Returns:
- the markup-compatibility ignorable prefixes
-
setMarkupCompatibilityIgnorable
Sets the mc:Ignorable attribute value of the numbering root.- Parameters:
markupCompatibilityIgnorable- the new value
-
toString
-
getPictures
Gets the pictures.- Returns:
- the pictures
-
getNumberings
Gets the numberings.- Returns:
- the numberings
-
getAbstractNumberings
Gets the abstract numberings.- Returns:
- the abstract numberings
-
getLastReviewedAbstractNumbering
public int getLastReviewedAbstractNumbering()Gets the last reviewed abstract numbering.- Returns:
- the last reviewed abstract numbering
-
setLastReviewedAbstractNumbering
public void setLastReviewedAbstractNumbering(int lastReviewedAbstractNumbering)Sets the last reviewed abstract numbering.- Parameters:
lastReviewedAbstractNumbering- the new last reviewed abstract numbering
-