Class DocumentEndnotes
java.lang.Object
com.independentsoft.office.word.footnoteEndnote.DocumentEndnotes
The Class DocumentEndnotes.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new document endnotes.DocumentEndnotes(byte[] buffer)Instantiates a new document endnotes. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the endnotes.Gets the mc:Ignorable attribute value of the endnotes root, ornullif absent.voidsetMarkupCompatibilityIgnorable(String markupCompatibilityIgnorable)Sets the mc:Ignorable attribute value of the endnotes root.toString()
-
Constructor Details
-
DocumentEndnotes
public DocumentEndnotes()Instantiates a new document endnotes. -
DocumentEndnotes
Instantiates a new document endnotes.- Parameters:
buffer- the buffer- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
-
getMarkupCompatibilityIgnorable
Gets the mc:Ignorable attribute value of the endnotes root, ornullif absent.- Returns:
- the markup-compatibility ignorable prefixes
-
setMarkupCompatibilityIgnorable
Sets the mc:Ignorable attribute value of the endnotes root.- Parameters:
markupCompatibilityIgnorable- the new value
-
toString
-
getEndnotes
Gets the endnotes.- Returns:
- the endnotes
-