Aspose::Pdf::Plugins::FormTextBoxFieldCreateOptions class
Contents
[
Hide
]FormTextBoxFieldCreateOptions class
Represents options for creating TextBoxField by FormEditor plugin.
class FormTextBoxFieldCreateOptions : public Aspose::Pdf::Plugins::FormFieldCreateOptions
Methods
Method | Description |
---|---|
FormTextBoxFieldCreateOptions(int32_t, System::SharedPtr<Rectangle>) | Initializes a new instance of the FormTextBoxFieldCreateOptions object, that containing parameters for created and added TextBoxField. |
get_ForceCombs() const | Gets/sets the value to determine whether created TextBoxField is forcecombs or not (if will be set). |
get_MaxLen() const | Gets/sets the value to determine property MaxLen for created TextBoxField (if will be set). |
get_Multiline() const | Gets/sets the value to determine whether created TextBoxField is multiline or not (if will be set). |
get_SpellCheck() const | Gets/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
- Class FormFieldCreateOptions
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++