Aspose::Pdf::Plugins::FormTextBoxFieldSetOptions class
Contents
[
Hide
]FormTextBoxFieldSetOptions class
Represents options for set properties in TextBoxField by FormEditor plugin.
class FormTextBoxFieldSetOptions : public Aspose::Pdf::Plugins::FormFieldSetOptions
Methods
| Method | Description |
|---|---|
| get_ForceCombs() const | Gets/sets the value to determine property ForceCombs for modified field (if will be set). |
| get_MaxLen() const | Gets/sets the value to determine property MaxLen for modified field (if will be set). |
| get_Multiline() const | Gets/sets the value to determine property Multiline for modified field (if will be set). |
| get_SpellCheck() const | Gets/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
- Class FormFieldSetOptions
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++