TextBoxField
Overview
TextBoxField is a class in Aspose.PDF FOSS for C++.
This class provides 15 methods for working with TextBoxField objects in C++ programs.
Available methods include: AddBarcode, ForceCombs, MaxLen, Multiline, Scrollable, SpellCheck, TextVerticalAlignment, Value.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
AddBarcode(code: std::string) | Calls AddBarcode(code) on this TextBoxField instance. |
Multiline() → bool | Calls Multiline on this TextBoxField instance. |
Multiline(value: bool) | Calls Multiline(value) on this TextBoxField instance. |
SpellCheck() → bool | Calls SpellCheck on this TextBoxField instance. |
SpellCheck(value: bool) | Calls SpellCheck(value) on this TextBoxField instance. |
Scrollable() → bool | Calls Scrollable on this TextBoxField instance. |
Scrollable(value: bool) | Calls Scrollable(value) on this TextBoxField instance. |
ForceCombs() → bool | Calls ForceCombs on this TextBoxField instance. |
ForceCombs(value: bool) | Calls ForceCombs(value) on this TextBoxField instance. |
MaxLen() → int | Calls MaxLen on this TextBoxField instance. |
MaxLen(value: int) | Calls MaxLen(value) on this TextBoxField instance. |
TextVerticalAlignment() → Aspose::Pdf::VerticalAlignment | Calls TextVerticalAlignment on this TextBoxField instance. |
TextVerticalAlignment(value: Aspose::Pdf::VerticalAlignment) | Calls TextVerticalAlignment(value) on this TextBoxField instance. |
Value() → std::string | Calls Value on this TextBoxField instance. |
Value(value: std::string) | Calls Value(value) on this TextBoxField instance. |