Aspose::Pdf::Plugins::FormTextBoxFieldCreateOptions class

FormTextBoxFieldCreateOptions class

Represents options for creating TextBoxField by FormEditor plugin.

class FormTextBoxFieldCreateOptions : public Aspose::Pdf::Plugins::FormFieldCreateOptions

Methods

MethodDescription
FormTextBoxFieldCreateOptions(int32_t, System::SharedPtr<Rectangle>)Initializes a new instance of the FormTextBoxFieldCreateOptions object, that containing parameters for created and added TextBoxField.
get_ForceCombs() constGets/sets the value to determine whether created TextBoxField is forcecombs or not (if will be set).
get_MaxLen() constGets/sets the value to determine property MaxLen for created TextBoxField (if will be set).
get_Multiline() constGets/sets the value to determine whether created TextBoxField is multiline or not (if will be set).
get_SpellCheck() constGets/sets the value to determine whether created TextBoxField is spellcheck or not (if will be set).
set_ForceCombs(System::Nullable<bool>)Gets/sets the value to determine whether created TextBoxField is forcecombs or not (if will be set).
set_MaxLen(System::Nullable<int32_t>)Gets/sets the value to determine property MaxLen for created TextBoxField (if will be set).
set_Multiline(System::Nullable<bool>)Gets/sets the value to determine whether created TextBoxField is multiline or not (if will be set).
set_SpellCheck(System::Nullable<bool>)Gets/sets the value to determine whether created TextBoxField is spellcheck or not (if will be set).

See Also