|
|||||||||
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)
|
|
FormField(IDocument doc)
Initializes a new instance of the |
Method Summary | |
---|---|
boolean |
getCalculateOnExit()
Gets or sets calculate on exit property. |
boolean |
getEnabled()
Get/sets Enabled property (true if form field enabled). |
FormFieldType |
getFormFieldType()
Gets type of this form field. |
java.lang.String |
getHelp()
Gets or sets form field help. |
java.lang.String |
getMacroOnEnd()
Returns or setsthe name of macros on end |
java.lang.String |
getMacroOnStart()
Returns or setsthe name of macros on start |
java.lang.String |
getName()
Gets or sets form field title name (bookmark name). |
java.lang.String |
getStatusBarHelp()
Gets or sets the status bar help. |
void |
setCalculateOnExit(boolean value)
Gets or sets calculate on exit property. |
void |
setEnabled(boolean value)
Get/sets Enabled property (true if form field enabled). |
void |
setHelp(java.lang.String value)
Gets or sets form field help. |
void |
setMacroOnEnd(java.lang.String value)
Returns or setsthe name of macros on end |
void |
setMacroOnStart(java.lang.String value)
Returns or setsthe name of macros on start |
void |
setName(java.lang.String value)
Gets or sets form field title name (bookmark name). |
void |
setStatusBarHelp(java.lang.String value)
Gets or sets the status bar help. |
Methods inherited from class com.spire.doc.fields.Field |
---|
getCode, getDocumentObjectType, getEnd, getFieldText, getPattern, getSeparator, getTextFormat, getType, getValue, isLocked, isLocked, setCode, setEnd, setFieldText, setPattern, setTextFormat, setType, update |
Methods inherited from class com.spire.doc.fields.TextRange |
---|
getCharacterFormat, getText, setText |
Methods inherited from class com.spire.doc.fields.ParagraphBase |
---|
applyCharacterFormat, applyStyle, getChildObjects, getDeleteRevision, getInsertRevision, getNextWidgetSibling, getOwnerParagraph, getPreviousWidgetSibling, getStyleName, isDeleteRevision, isInsertRevision |
Methods inherited from class com.spire.doc.DocumentObject |
---|
deepClone, getFirstChild, getLastChild, getNextSibling, getOwner, getPreviousSibling, isComposite, prependChild, 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 |
Constructor Detail |
---|
public FormField(IDocument doc)
doc
- protected FormField(FormField formField, IDocument doc)
Method Detail |
---|
public FormFieldType getFormFieldType()
public java.lang.String getName()
public void setName(java.lang.String value)
public java.lang.String getHelp()
public void setHelp(java.lang.String value)
public java.lang.String getStatusBarHelp()
public void setStatusBarHelp(java.lang.String value)
public java.lang.String getMacroOnStart()
public void setMacroOnStart(java.lang.String value)
public java.lang.String getMacroOnEnd()
public void setMacroOnEnd(java.lang.String value)
public boolean getEnabled()
public void setEnabled(boolean value)
public boolean getCalculateOnExit()
public void setCalculateOnExit(boolean value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |