|
java.lang.Object
com.aspose.words.FootnoteLocation
public class FootnoteLocation - extends java.lang.Object
Utility class containing constants.
Defines the footnote or endnote position.
- See Also:
- FootnoteOptions
|
Field Summary |
static final int | BOTTOM_OF_PAGE | |
|
Footnotes are output at the bottom of each page. Valid for footnotes only.
|
static final int | BENEATH_TEXT | |
|
Footnotes are output beheath text on each page. Valid for footnotes only.
|
static final int | END_OF_SECTION | |
|
Endnotes are output at the end of the section. Valid for endnotes only.
|
static final int | END_OF_DOCUMENT | |
|
Endnotes are output at the end of the document. Valid for endnotes only.
|
BOTTOM_OF_PAGE | |
public static final int BOTTOM_OF_PAGE |
-
Footnotes are output at the bottom of each page. Valid for footnotes only.
BENEATH_TEXT | |
public static final int BENEATH_TEXT |
-
Footnotes are output beheath text on each page. Valid for footnotes only.
END_OF_SECTION | |
public static final int END_OF_SECTION |
-
Endnotes are output at the end of the section. Valid for endnotes only.
END_OF_DOCUMENT | |
public static final int END_OF_DOCUMENT |
-
Endnotes are output at the end of the document. Valid for endnotes only.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.
|