com.aspose.words
Class FootnotePosition

java.lang.Object
    extended by com.aspose.words.FootnotePosition

public class FootnotePosition 
extends java.lang.Object

Utility class containing constants. Defines the footnote position.

Example:

Shows how to define footnote position in the document.
Document doc = new Document(getMyDir() + "Document.FootnoteEndnote.docx");

doc.getFootnoteOptions().setPosition(FootnotePosition.BENEATH_TEXT);
See Also:
FootnoteOptions

Field Summary
static final intBOTTOM_OF_PAGE = 1
           Footnotes are output at the bottom of each page.
static final intBENEATH_TEXT = 2
           Footnotes are output beneath text on each page.
 

Field Detail

BOTTOM_OF_PAGE = 1

public static final int BOTTOM_OF_PAGE
Footnotes are output at the bottom of each page.

BENEATH_TEXT = 2

public static final int BENEATH_TEXT
Footnotes are output beneath text on each page.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.