|
|||||||||
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 |