java.lang.Object
com.aspose.words.EndnotePosition
public class EndnotePosition
- extends java.lang.Object
Utility class containing constants.
Defines the endnote position.
Example:
Shows how to define endnote position in the document.
Document doc = new Document(getMyDir() + "Document.FootnoteEndnote.docx");
doc.getEndnoteOptions().setPosition(EndnotePosition.END_OF_SECTION);
- See Also:
- EndnoteOptions
Field Summary |
static final int | END_OF_SECTION = 0 | |
Endnotes are output at the end of the section.
|
static final int | END_OF_DOCUMENT = 3 | |
Endnotes are output at the end of the document.
|
END_OF_SECTION = 0 | |
public static final int END_OF_SECTION |
-
Endnotes are output at the end of the section.
END_OF_DOCUMENT = 3 | |
public static final int END_OF_DOCUMENT |
-
Endnotes are output at the end of the document.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.