Aspose::Pdf::Plugins::FormTextBoxFieldSetOptions class

FormTextBoxFieldSetOptions class

Represents options for set properties in TextBoxField by FormEditor plugin.

class FormTextBoxFieldSetOptions : public Aspose::Pdf::Plugins::FormFieldSetOptions

Methods

MethodDescription
get_ForceCombs() constGets/sets the value to determine property ForceCombs for modified field (if will be set).
get_MaxLen() constGets/sets the value to determine property MaxLen for modified field (if will be set).
get_Multiline() constGets/sets the value to determine property Multiline for modified field (if will be set).
get_SpellCheck() constGets/sets the value to determine property SpellCheck for modified field (if will be set).
set_ForceCombs(System::Nullable<bool>)Gets/sets the value to determine property ForceCombs for modified field (if will be set).
set_MaxLen(System::Nullable<int32_t>)Gets/sets the value to determine property MaxLen for modified field (if will be set).
set_Multiline(System::Nullable<bool>)Gets/sets the value to determine property Multiline for modified field (if will be set).
set_SpellCheck(System::Nullable<bool>)Gets/sets the value to determine property SpellCheck for modified field (if will be set).

See Also