footnote-ag凯发旗舰厅



com.spire.doc.fields
class footnote

java.lang.object
  extended by com.spire.doc.ownerholder
      extended by com.spire.doc.documents.xml.documentserializable
          extended by com.spire.doc.documentobject
              extended by com.spire.doc.documentbase
                  extended by com.spire.doc.fields.paragraphbase
                      extended by com.spire.doc.fields.footnote
all implemented interfaces:
irunattrsource, idocumentobject, iparagraphbase

public class footnote
extends paragraphbase

constructor summary
footnote(idocument doc)
          initializes a new instance of the footnote class.
 
method summary
 java.lang.string getcustommarker()
          gets the custom footnote marker.
 documentobjecttype getdocumentobjecttype()
          gets the type of the document object.
 footnotetype getfootnotetype()
          gets footnote type: footnote or endnote
 characterformat getmarkercharacterformat()
          gets the marker character format.
 byte getsymbolcode()
          gets the marker symbol code.
 body gettextbody()
          gets the text body of the footnote.
 boolean getuseabsolutepos()
           
 boolean isautonumbered()
          gets the value indicating if the footnote is auto numbered
 void isautonumbered(boolean value)
          sets the value indicating if the footnote is auto numbered
 void setcustommarker(java.lang.string value)
          sets the custom footnote marker.
 void setfootnotetype(footnotetype value)
          sets footnote type: footnote or endnote
 void setsymbolcode(byte value)
          sets the marker symbol code.
 void setuseabsolutepos(boolean value)
           
 
methods inherited from class com.spire.doc.fields.paragraphbase
applycharacterformat, applystyle, getancestor, getcharacterformat, getchildobjects, getownerparagraph, getstylename, isdeleterevision, isinsertrevision
 
methods inherited from class com.spire.doc.documentobject
deepclone, getfirstchild, getlastchild, getnextsibling, getowner, getprevioussibling, iscomposite, tostring
 
methods inherited from class com.spire.doc.ownerholder
getdocument
 
methods inherited from interface com.spire.doc.interfaces.idocumentobject
deepclone, getdocument, getnextsibling, getowner, getprevioussibling, iscomposite
 
methods inherited from interface com.spire.doc.documents.irunattrsource
clearrunattrs, fetchinheritedrunattr, getdirectrunattr, getdirectrunattrbyindex, getdirectrunattrscount, setrunattr
 
constructor detail

footnote

public footnote(idocument doc)
initializes a new instance of the footnote class.
parameters:
doc - the doc.
method detail

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.


网站地图