|
|||||||||
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.documentobject
com.spire.doc.documentbase
com.spire.doc.fields.paragraphbase
com.spire.doc.fields.textrange
com.spire.doc.fields.field
com.spire.doc.fields.formfield
public abstract class formfield
constructor summary | |
---|---|
protected |
formfield(formfield formfield,
idocument doc)
initializes a new instance of the formfield class. |
|
formfield(idocument doc)
initializes a new instance of the formfield class. |
method summary | |
---|---|
boolean |
getcalculateonexit()
gets calculate on exit property. |
boolean |
getenabled()
get enabled property (true if form field enabled). |
formfieldtype |
getformfieldtype()
gets type of this form field. |
java.lang.string |
gethelp()
gets form field help. |
java.lang.string |
getmacroonend()
returns the name of macros on end |
java.lang.string |
getmacroonstart()
returns the name of macros on start |
java.lang.string |
getname()
gets form field title name (bookmark name). |
java.lang.string |
getstatusbarhelp()
gets the status bar help. |
void |
setcalculateonexit(boolean value)
sets calculate on exit property. |
void |
setenabled(boolean value)
sets enabled property (true if form field enabled). |
void |
sethelp(java.lang.string value)
sets form field help. |
void |
setmacroonend(java.lang.string value)
sets the name of macros on end |
void |
setmacroonstart(java.lang.string value)
sets the name of macros on start |
void |
setname(java.lang.string value)
sets form field title name (bookmark name). |
void |
setstatusbarhelp(java.lang.string value)
sets the status bar help. |
methods inherited from class com.spire.doc.fields.field |
---|
downloadimage, getcode, getdocumentobjecttype, 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 |
---|
public formfield(idocument doc)
formfield
class.
doc
- docprotected formfield(formfield formfield, idocument doc)
formfield
class.
formfield
- the form fielddoc
- the doc.method detail |
---|
public formfieldtype getformfieldtype()
public java.lang.string getname()
public void setname(java.lang.string value)
value
- the name is unique in the document.public java.lang.string gethelp()
public void sethelp(java.lang.string value)
value
- stringpublic java.lang.string getstatusbarhelp()
public void setstatusbarhelp(java.lang.string value)
value
- the status bar help.public java.lang.string getmacroonstart()
public void setmacroonstart(java.lang.string value)
value
- stringpublic java.lang.string getmacroonend()
public void setmacroonend(java.lang.string value)
value
- public boolean getenabled()
public void setenabled(boolean value)
value
- booleanpublic boolean getcalculateonexit()
public void setcalculateonexit(boolean value)
value
- boolean
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |