Aspose::Pdf::Facades::Form::GetRichText method
Form::GetRichText method
Get a Rich Text field’s value, including the formattinf information of every character.
System::String Aspose::Pdf::Facades::Form::GetRichText(const System::String &fieldName)
| Parameter | Type | Description |
|---|---|---|
| fieldName | const System::String& | The fully qualified field name of the Rich Text field. |
ReturnValue
Return a string containing formatting information of the Rich Text field.
See Also
- Class String
- Class Form
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++