public final class FootnotePosition
extends java.lang.Object
FootnoteOptions| Modifier and Type | Field and Description |
|---|---|
static int |
BENEATH_TEXT
Footnotes are output beneath text on each page.
|
static int |
BOTTOM_OF_PAGE
Footnotes are output at the bottom of each page.
|
static int |
length |
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String footnotePositionName) |
static java.lang.String |
getName(int footnotePosition) |
static int[] |
getValues() |
static java.lang.String |
toString(int footnotePosition) |