Class FormFieldProperties
java.lang.Object
com.independentsoft.office.word.fields.FormFieldProperties
The Class FormFieldProperties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the check box form field properties.Gets the drop down list form field properties.Gets the enabled.Gets the entry macro.Gets the exit macro.Gets the help text.getName()Gets the name.Gets the recalculate on exit.Gets the status text.Gets the text box form field properties.voidsetEnabled(ExtendedBoolean enabled)Sets the enabled.voidsetEntryMacro(String entryMacro)Sets the entry macro.voidsetExitMacro(String exitMacro)Sets the exit macro.voidsetHelpText(HelpText helpText)Sets the help text.voidSets the name.voidsetRecalculateOnExit(ExtendedBoolean recalculateOnExit)Sets the recalculate on exit.voidsetStatusText(StatusText statusText)Sets the status text.toString()
-
Constructor Details
-
FormFieldProperties
public FormFieldProperties()Instantiates a new form field properties.
-
-
Method Details
-
clone
-
toString
-
getRecalculateOnExit
Gets the recalculate on exit.- Returns:
- the recalculate on exit
-
setRecalculateOnExit
Sets the recalculate on exit.- Parameters:
recalculateOnExit- the new recalculate on exit
-
getCheckBoxFormFieldProperties
Gets the check box form field properties.- Returns:
- the check box form field properties
-
getDropDownListFormFieldProperties
Gets the drop down list form field properties.- Returns:
- the drop down list form field properties
-
getEnabled
Gets the enabled.- Returns:
- the enabled
-
setEnabled
Sets the enabled.- Parameters:
enabled- the new enabled
-
getEntryMacro
Gets the entry macro.- Returns:
- the entry macro
-
setEntryMacro
Sets the entry macro.- Parameters:
entryMacro- the new entry macro
-
getExitMacro
Gets the exit macro.- Returns:
- the exit macro
-
setExitMacro
Sets the exit macro.- Parameters:
exitMacro- the new exit macro
-
getHelpText
Gets the help text.- Returns:
- the help text
-
setHelpText
Sets the help text.- Parameters:
helpText- the new help text
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
getStatusText
Gets the status text.- Returns:
- the status text
-
setStatusText
Sets the status text.- Parameters:
statusText- the new status text
-
getTextBoxFormFieldProperties
Gets the text box form field properties.- Returns:
- the text box form field properties
-