|
|||||||||
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 | |
---|---|
FootnoteNumberFormat |
getNumberFormat()
Gets the numbering format. |
FootnotePosition |
getPosition()
Gets the position in the document. |
FootnoteRestartRule |
getRestartRule()
Gets the restart rule. |
int |
getStartNumber()
Gets the start number. |
void |
setNumberFormat(FootnoteNumberFormat value)
sets the numbering format. |
void |
setPosition(FootnotePosition value)
sets the position in the document. |
void |
setRestartRule(FootnoteRestartRule value)
Sets the restart rule. |
void |
setStartNumber(int value)
Sets the start number. |
Methods inherited from class com.spire.doc.formatting.FormatBase |
---|
clearFormatting, hasKey, isDefault |
Methods inherited from class com.spire.doc.OwnerHolder |
---|
getDocument |
Method Detail |
---|
public FootnoteNumberFormat getNumberFormat()
public void setNumberFormat(FootnoteNumberFormat value)
value
- the numbering format.public FootnotePosition getPosition()
public void setPosition(FootnotePosition value)
value
- FootnotePositionpublic FootnoteRestartRule getRestartRule()
public void setRestartRule(FootnoteRestartRule value)
value
- FootnoteRestartRulepublic int getStartNumber()
public void setStartNumber(int value)
value
- int
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |