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 = 1
           Footnotes are output at the bottom of each page. Valid for footnotes only.
static final intBENEATH_TEXT = 2
           Footnotes are output beneath text on each page. Valid for footnotes only.
static final intEND_OF_SECTION = 0
           Endnotes are output at the end of the section. Valid for endnotes only.
static final intEND_OF_DOCUMENT = 3
           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
Footnotes are output at the bottom of each page. Valid for footnotes only.

BENEATH_TEXT = 2

public static final int BENEATH_TEXT
Footnotes are output beneath text on each page. Valid for footnotes only.

END_OF_SECTION = 0

public static final int END_OF_SECTION
Endnotes are output at the end of the section. Valid for endnotes only.

END_OF_DOCUMENT = 3

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.