com.aspose.words
Class FootnoteType

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

public class FootnoteType 
extends java.lang.Object

Utility class containing constants. Specifies whether this is a footnote or an endnote.

Both footnotes and endnotes are represented by objects by the FOOTNOTE class. Use Footnote.FootnoteType to distinguish between footnotes and endnotes.

See Also:
FOOTNOTE

Field Summary
static final intFOOTNOTE = 0
           The object is a footnote.
static final intENDNOTE = 1
           The object is an endnote.
 

Field Detail

FOOTNOTE = 0

public static final int FOOTNOTE
The object is a footnote.

ENDNOTE = 1

public static final int ENDNOTE
The object is an endnote.

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