public final class FootnoteOptions
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
int |
getColumns()
Specifies the number of columns with which the footnotes area is formatted.
|
int |
getLocation() |
int |
getNumberStyle()
Specifies the number format for automatically numbered footnotes.
|
int |
getPosition()
Specifies the footnotes position.
|
int |
getRestartRule()
Determines when automatic numbering restarts.
|
int |
getStartNumber()
Specifies the starting number or character for the first automatically numbered footnotes.
|
void |
setColumns(int value)
Specifies the number of columns with which the footnotes area is formatted.
|
void |
setLocation(int value) |
void |
setNumberStyle(int value)
Specifies the number format for automatically numbered footnotes.
|
void |
setPosition(int value)
Specifies the footnotes position.
|
void |
setRestartRule(int value)
Determines when automatic numbering restarts.
|
void |
setStartNumber(int value)
Specifies the starting number or character for the first automatically numbered footnotes.
|
public final int getPosition()
int value. The returned value is one of FootnotePosition constants.public final void setPosition(int value)
value - The corresponding int value. The value must be one of FootnotePosition constants.public final int getNumberStyle()
Not all number styles are applicable for this property. For the list of applicable number styles see the Insert Footnote or Endnote dialog box in Microsoft Word. If you select a number style that is not applicable, Microsoft Word will revert to a default value.
int value. The returned value is one of NumberStyle constants.public final void setNumberStyle(int value)
Not all number styles are applicable for this property. For the list of applicable number styles see the Insert Footnote or Endnote dialog box in Microsoft Word. If you select a number style that is not applicable, Microsoft Word will revert to a default value.
value - The corresponding int value. The value must be one of NumberStyle constants.public final int getStartNumber()
This property has effect only when getRestartRule() / setRestartRule(int) is set to FootnoteNumberingRule.CONTINUOUS.
int value.public final void setStartNumber(int value)
This property has effect only when getRestartRule() / setRestartRule(int) is set to FootnoteNumberingRule.CONTINUOUS.
value - The corresponding int value.public final int getRestartRule()
int value. The returned value is one of FootnoteNumberingRule constants.public final void setRestartRule(int value)
value - The corresponding int value. The value must be one of FootnoteNumberingRule constants.public final int getColumns()
int value.public final void setColumns(int value)
value - The corresponding int value.public final int getLocation()
public final void setLocation(int value)