Aspose::Pdf::Forms::RichTextBoxField class
Contents
[
Hide
]RichTextBoxField class
Class describes rich text editor component.
class RichTextBoxField : public Aspose::Pdf::Forms::TextBoxField
Methods
Method | Description |
---|---|
get_FormattedValue() | Gets formatted rich text value with markup. |
get_Justify() | Gets justification of the rich text box. |
get_RichTextValue() | Gets rich text value. |
get_Style() | Gets default style string of the rich text field. |
get_Value() override | Value of RichTextField. |
RichTextBoxField(System::SharedPtr<Aspose::Pdf::Page>, System::SharedPtr<Rectangle>) | Constructor for Rich Text Box field. |
set_FormattedValue(System::String) | Sets formatted rich text value with markup. |
set_Justify(Aspose::Pdf::Annotations::Justification) | Sets justification of the rich text box. |
set_RichTextValue(System::String) | Sets rich text value. |
set_Style(System::String) | Sets default style string of the rich text field. |
set_Value(System::String) override | Value of RichTextField. |
See Also
- Class TextBoxField
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++