java.lang.Objectcom.aspose.words.FootnoteLocation
public class FootnoteLocation
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 beneath 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. |
Field Detail |
---|
BOTTOM_OF_PAGE = 1 | |
public static final int BOTTOM_OF_PAGE |
BENEATH_TEXT = 2 | |
public static final int BENEATH_TEXT |
END_OF_SECTION = 0 | |
public static final int END_OF_SECTION |
END_OF_DOCUMENT = 3 | |
public static final int END_OF_DOCUMENT |