com.spire.doc
Class FootEndnoteOptions

java.lang.Object
  extended by com.spire.doc.OwnerHolder
      extended by com.spire.doc.documents.xml.DocumentSerializable
          extended by com.spire.doc.formatting.FormatBase
              extended by com.spire.doc.formatting.AttrCollection
                  extended by com.spire.doc.formatting.WordAttrCollection
                      extended by com.spire.doc.FootEndnoteOptions
All Implemented Interfaces:
IDocumentSerializable

public class FootEndnoteOptions
extends WordAttrCollection


Method Summary
 boolean equals(FootEndnoteOptions other)
           
 boolean equals(java.lang.Object obj)
           
 FootnoteNumberFormat getNumberFormat()
          Gets or sets the numbering format.
 FootnotePosition getPosition()
          Gets or sets the position in the document.
 FootnoteRestartRule getRestartRule()
          Gets or sets the restart rule.
 int getStartNumber()
          Gets or sets the start number.
 void setNumberFormat(FootnoteNumberFormat value)
          Gets or sets the numbering format.
 void setPosition(FootnotePosition value)
          Gets or sets the position in the document.
 void setRestartRule(FootnoteRestartRule value)
          Gets or sets the restart rule.
 void setStartNumber(int value)
          Gets or sets the start number.
 
Methods inherited from class com.spire.doc.formatting.FormatBase
clearBackground, clearFormatting, hasKey, isDefault
 
Methods inherited from class com.spire.doc.OwnerHolder
getDocument
 

Method Detail

getNumberFormat

public FootnoteNumberFormat getNumberFormat()
Gets or sets the numbering format.


setNumberFormat

public void setNumberFormat(FootnoteNumberFormat value)
Gets or sets the numbering format.


getPosition

public FootnotePosition getPosition()
Gets or sets the position in the document.


setPosition

public void setPosition(FootnotePosition value)
Gets or sets the position in the document.


getRestartRule

public FootnoteRestartRule getRestartRule()
Gets or sets the restart rule.


setRestartRule

public void setRestartRule(FootnoteRestartRule value)
Gets or sets the restart rule.


getStartNumber

public int getStartNumber()
Gets or sets the start number.


setStartNumber

public void setStartNumber(int value)
Gets or sets the start number.


equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

equals

public boolean equals(FootEndnoteOptions other)