TextBoxField

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

SignatureDescription
AddBarcode(code: std::string)Calls AddBarcode(code) on this TextBoxField instance.
Multiline()boolCalls Multiline on this TextBoxField instance.
Multiline(value: bool)Calls Multiline(value) on this TextBoxField instance.
SpellCheck()boolCalls SpellCheck on this TextBoxField instance.
SpellCheck(value: bool)Calls SpellCheck(value) on this TextBoxField instance.
Scrollable()boolCalls Scrollable on this TextBoxField instance.
Scrollable(value: bool)Calls Scrollable(value) on this TextBoxField instance.
ForceCombs()boolCalls ForceCombs on this TextBoxField instance.
ForceCombs(value: bool)Calls ForceCombs(value) on this TextBoxField instance.
MaxLen()intCalls MaxLen on this TextBoxField instance.
MaxLen(value: int)Calls MaxLen(value) on this TextBoxField instance.
TextVerticalAlignment()Aspose::Pdf::VerticalAlignmentCalls TextVerticalAlignment on this TextBoxField instance.
TextVerticalAlignment(value: Aspose::Pdf::VerticalAlignment)Calls TextVerticalAlignment(value) on this TextBoxField instance.
Value()std::stringCalls Value on this TextBoxField instance.
Value(value: std::string)Calls Value(value) on this TextBoxField instance.

See Also