footnote-ag凯发旗舰厅
com.spire.doc.fields
class footnote
java.lang.object
com.spire.doc.ownerholder
com.spire.doc.documents.xml.documentserializable
com.spire.doc.documentobject
com.spire.doc.documentbase
com.spire.doc.fields.paragraphbase
com.spire.doc.fields.footnote
- all implemented interfaces:
- irunattrsource, idocumentobject, iparagraphbase
public class footnote
- extends paragraphbase
footnote
public footnote(idocument doc)
- initializes a new instance of the
footnote
class.
- parameters:
doc
- the doc.
getuseabsolutepos
public boolean getuseabsolutepos()
setuseabsolutepos
public void setuseabsolutepos(boolean value)
getdocumentobjecttype
public documentobjecttype getdocumentobjecttype()
- gets the type of the document object.
- specified by:
getdocumentobjecttype
in interface idocumentobject
- specified by:
getdocumentobjecttype
in class documentobject
- returns:
- the type of the document object.
getfootnotetype
public footnotetype getfootnotetype()
- gets footnote type: footnote or endnote
- returns:
- the type of the footnote
setfootnotetype
public void setfootnotetype(footnotetype value)
- sets footnote type: footnote or endnote
- parameters:
value
- the type of the footnote
isautonumbered
public boolean isautonumbered()
- gets the value indicating if the footnote is auto numbered
- returns:
- the footnote is auto numbered or not
isautonumbered
public void isautonumbered(boolean value)
- sets the value indicating if the footnote is auto numbered
- parameters:
value
- the footnote is auto numbered or not
gettextbody
public body gettextbody()
- gets the text body of the footnote.
- returns:
- the text body.
getmarkercharacterformat
public characterformat getmarkercharacterformat()
- gets the marker character format.
- returns:
- the format of the marker character
getsymbolcode
public byte getsymbolcode()
- gets the marker symbol code.
- returns:
- the symbol code.
setsymbolcode
public void setsymbolcode(byte value)
- sets the marker symbol code.
- parameters:
value
- the symbol code.
getcustommarker
public java.lang.string getcustommarker()
- gets the custom footnote marker.
- returns:
- the custom marker.
setcustommarker
public void setcustommarker(java.lang.string value)
- sets the custom footnote marker.
- parameters:
value
- the custom marker.