sequencefield-ag凯发旗舰厅



com.spire.doc.fields
class sequencefield

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.textrange
                          extended by com.spire.doc.fields.field
                              extended by com.spire.doc.fields.sequencefield
all implemented interfaces:
irunattrsource, idocumentobject, ifield, iparagraphbase, itextrange

public class sequencefield
extends field

constructor summary
protected sequencefield(field field)
          initializes a new instance of the sequencefield class.
  sequencefield(idocument doc)
          initializes a new instance of the sequencefield class.
 
method summary
 java.lang.string getcaptionname()
          returns the caption name
 documentobjecttype getdocumentobjecttype()
          gets the type of the document object.
 java.lang.string getformattingstring()
          gets the formatting string
 captionnumberingformat getnumberformat()
          returns the type of caption numbering
 void setcaptionname(java.lang.string value)
          sets caption name
 void setnumberformat(captionnumberingformat value)
          sets the type of caption numbering
 
methods inherited from class com.spire.doc.fields.field
downloadimage, getcode, getend, getfieldtext, getpattern, getseparator, gettextformat, gettype, getvalue, islocked, islocked, setcode, setend, setfieldtext, setpattern, settextformat, settype
 
methods inherited from class com.spire.doc.fields.textrange
getcharacterformat, gettext, settext
 
methods inherited from class com.spire.doc.fields.paragraphbase
applycharacterformat, applystyle, getancestor, 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.itextrange
applycharacterformat, getcharacterformat, gettext, settext
 
methods inherited from interface com.spire.doc.interfaces.iparagraphbase
applystyle, getownerparagraph, getstylename
 
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

sequencefield

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

sequencefield

protected sequencefield(field field)
initializes a new instance of the sequencefield class.
parameters:
field - the field.
method detail

getdocumentobjecttype

public documentobjecttype getdocumentobjecttype()
gets the type of the document object.
specified by:
getdocumentobjecttype in interface idocumentobject
overrides:
getdocumentobjecttype in class field
returns:
the type of the document object.

getformattingstring

public java.lang.string getformattingstring()
gets the formatting string
overrides:
getformattingstring in class field
returns:
the formatting string

getnumberformat

public captionnumberingformat getnumberformat()
returns the type of caption numbering
returns:
the type

setnumberformat

public void setnumberformat(captionnumberingformat value)
sets the type of caption numbering
parameters:
value - the type

getcaptionname

public java.lang.string getcaptionname()
returns the caption name
returns:
the caption name

setcaptionname

public void setcaptionname(java.lang.string value)
sets caption name
parameters:
value - the caption name


网站地图