public final class FootnoteType
extends java.lang.Object
Both footnotes and endnotes are represented by objects by the FOOTNOTE class. Use Footnote.getFootnoteType() to distinguish between footnotes and endnotes.
FOOTNOTE| Modifier and Type | Field and Description |
|---|---|
static int |
ENDNOTE
The object is an endnote.
|
static int |
FOOTNOTE
The object is a footnote.
|
static int |
length |
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String footnoteTypeName) |
static java.lang.String |
getName(int footnoteType) |
static int[] |
getValues() |
static java.lang.String |
toString(int footnoteType) |