com.aspose.words
Class FootnoteLocation

java.lang.Object
    extended by 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 intBOTTOM_OF_PAGE
           Footnotes are output at the bottom of each page. Valid for footnotes only.
static final intBENEATH_TEXT
           Footnotes are output beheath text on each page. Valid for footnotes only.
static final intEND_OF_SECTION
           Endnotes are output at the end of the section. Valid for endnotes only.
static final intEND_OF_DOCUMENT
           Endnotes are output at the end of the document. Valid for endnotes only.
 

Field Detail

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.