TextMarkupAnnotation
Overview
TextMarkupAnnotation is a class in Aspose.PDF FOSS for C++.
This class provides 4 methods for working with TextMarkupAnnotation objects in C++ programs.
Available methods include: GetMarkedText, QuadPoints, TextMarkupAnnotation.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
TextMarkupAnnotation() | Calls TextMarkupAnnotation on this TextMarkupAnnotation instance. |
GetMarkedText() → std::string | Returns the marked text. |
QuadPoints() → std::vector<Aspose::Pdf::Point> | Calls QuadPoints on this TextMarkupAnnotation instance. |
QuadPoints(value: std::vector<Aspose::Pdf::Point>) | Calls QuadPoints(value) on this TextMarkupAnnotation instance. |