java.lang.Object
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 int | FOOTNOTE = 0 | |
The object is a footnote.
|
static final int | ENDNOTE = 1 | |
The object is an endnote.
|
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.