public final class EndnoteOptions
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
int |
getLocation() |
int |
getNumberStyle()
Specifies the number format for automatically numbered endnotes.
|
int |
getPosition()
Specifies the endnotes position.
|
int |
getRestartRule()
Determines when automatic numbering restarts.
|
int |
getStartNumber()
Specifies the starting number or character for the first automatically numbered endnotes.
|
void |
setLocation(int value) |
void |
setNumberStyle(int value)
Specifies the number format for automatically numbered endnotes.
|
void |
setPosition(int value)
Specifies the endnotes 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 endnotes.
|
public final int getPosition()
int value. The returned value is one of EndnotePosition constants.public final void setPosition(int value)
value - The corresponding int value. The value must be one of EndnotePosition 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()
Not all values are applicable to endnotes. To ascertain which values are applicable see FootnoteNumberingRule.
int value. The returned value is one of FootnoteNumberingRule constants.public final void setRestartRule(int value)
Not all values are applicable to endnotes. To ascertain which values are applicable see FootnoteNumberingRule.
value - The corresponding int value. The value must be one of FootnoteNumberingRule constants.public final int getLocation()
public final void setLocation(int value)