RichTextBoxField

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

SignatureDescription
RichTextBoxField()Calls RichTextBoxField on this RichTextBoxField instance.
Style()std::stringCalls Style on this RichTextBoxField instance.
Style(value: std::string)Calls Style(value) on this RichTextBoxField instance.
RichTextValue()std::stringCalls RichTextValue on this RichTextBoxField instance.
RichTextValue(value: std::string)Calls RichTextValue(value) on this RichTextBoxField instance.
FormattedValue()std::stringCalls FormattedValue on this RichTextBoxField instance.
FormattedValue(value: std::string)Calls FormattedValue(value) on this RichTextBoxField instance.
Value()std::stringCalls Value on this RichTextBoxField instance.
Value(value: std::string)Calls Value(value) on this RichTextBoxField instance.
Justify()Aspose::Pdf::Annotations::JustificationCalls Justify on this RichTextBoxField instance.
Justify(value: Aspose::Pdf::Annotations::Justification)Calls Justify(value) on this RichTextBoxField instance.

See Also