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