RichTextBoxField
Overview
RichTextBoxField is a class in Aspose.PDF FOSS for C++.
RichTextBoxField provides a form field that stores rich text with styling, justification, and formatted value.
This class provides 11 methods for working with RichTextBoxField objects in C++ programs.
Available methods include: FormattedValue, Justify, RichTextBoxField, RichTextValue, Style, Value.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
RichTextBoxField() | Calls RichTextBoxField on this RichTextBoxField instance. |
Style() → std::string | Calls Style on this RichTextBoxField instance. |
Style(value: std::string) | Calls Style(value) on this RichTextBoxField instance. |
RichTextValue() → std::string | Calls RichTextValue on this RichTextBoxField instance. |
RichTextValue(value: std::string) | Calls RichTextValue(value) on this RichTextBoxField instance. |
FormattedValue() → std::string | Calls FormattedValue on this RichTextBoxField instance. |
FormattedValue(value: std::string) | Calls FormattedValue(value) on this RichTextBoxField instance. |
Value() → std::string | Calls Value on this RichTextBoxField instance. |
Value(value: std::string) | Calls Value(value) on this RichTextBoxField instance. |
Justify() → Aspose::Pdf::Annotations::Justification | Calls Justify on this RichTextBoxField instance. |
Justify(value: Aspose::Pdf::Annotations::Justification) | Calls Justify(value) on this RichTextBoxField instance. |