java.lang.Objectcom.aspose.words.FootnoteOptions
public class FootnoteOptions
Property Getters/Setters Summary | ||
---|---|---|
int | getLocation() | |
void | setLocation(int value) | |
Specifies the footnote or endnote position. The value of the property is FootnoteLocation integer constant. | ||
int | getNumberStyle() | |
void | setNumberStyle(int value) | |
Specifies the number format for automatically numbered footnotes or endnotes. The value of the property is NumberStyle integer constant. | ||
int | getRestartRule() | |
void | setRestartRule(int value) | |
Determines when automatic numbering restarts. The value of the property is FootnoteNumberingRule integer constant. | ||
int | getStartNumber() | |
void | setStartNumber(int value) | |
Specifies the starting number or character for the first automatically numbered footnotes or endnotes. |
Property Getters/Setters Detail |
---|
getLocation/setLocation | |
public int getLocation() / public void setLocation(int value) |
getNumberStyle/setNumberStyle | |
public int getNumberStyle() / public void setNumberStyle(int value) |
getStartNumber/setStartNumber | |
public int getStartNumber() / public void setStartNumber(int value) |
getRestartRule/setRestartRule | |
public int getRestartRule() / public void setRestartRule(int value) |