com.aspose.words
Class FootnoteOptions

java.lang.Object
    extended by com.aspose.words.FootnoteOptions
All Implemented Interfaces:
java.lang.Cloneable

public class FootnoteOptions 
extends java.lang.Object

Represents the footnote or endnote numbering options.
See Also:
Document.FootnoteOptions, Document.EndnoteOptions

Property Getters/Setters Summary
intgetLocation()
voidsetLocation(int value)
           Specifies the footnote or endnote position. The value of the property is FootnoteLocation integer constant.
intgetNumberStyle()
voidsetNumberStyle(int value)
           Specifies the number format for automatically numbered footnotes or endnotes. The value of the property is NumberStyle integer constant.
intgetRestartRule()
voidsetRestartRule(int value)
           Determines when automatic numbering restarts. The value of the property is FootnoteNumberingRule integer constant.
intgetStartNumber()
voidsetStartNumber(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)
Specifies the footnote or endnote position. The value of the property is FootnoteLocation integer constant.

getNumberStyle/setNumberStyle

public int getNumberStyle() / public void setNumberStyle(int value)
Specifies the number format for automatically numbered footnotes or endnotes. The value of the property is NumberStyle integer constant.

getStartNumber/setStartNumber

public int getStartNumber() / public void setStartNumber(int value)
Specifies the starting number or character for the first automatically numbered footnotes or endnotes.

getRestartRule/setRestartRule

public int getRestartRule() / public void setRestartRule(int value)
Determines when automatic numbering restarts. The value of the property is FootnoteNumberingRule integer constant.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.