|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.OwnerHolder
com.spire.doc.documents.xml.DocumentSerializable
com.spire.doc.formatting.FormatBase
com.spire.doc.formatting.AttrCollection
com.spire.doc.formatting.WordAttrCollection
com.spire.doc.FootEndnoteOptions
public class FootEndnoteOptions
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 |
---|
public FootnoteNumberFormat getNumberFormat()
public void setNumberFormat(FootnoteNumberFormat value)
public FootnotePosition getPosition()
public void setPosition(FootnotePosition value)
public FootnoteRestartRule getRestartRule()
public void setRestartRule(FootnoteRestartRule value)
public int getStartNumber()
public void setStartNumber(int value)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public boolean equals(FootEndnoteOptions other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |