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