TextFragment
Overview
TextFragment is a class in Aspose.PDF FOSS for C++.
This class provides 7 methods for working with TextFragment objects in C++ programs.
Available methods include: Position, Rectangle, Text, TextFragment, TextState.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
TextFragment() | Calls TextFragment on this TextFragment instance. |
Text() → std::string | Calls Text on this TextFragment instance. |
Text(value: std::string) | Calls Text(value) on this TextFragment instance. |
Rectangle() → Aspose::Pdf::Rectangle | Calls Rectangle on this TextFragment instance. |
TextState() → Aspose::Pdf::Text::TextFragmentState | Calls TextState on this TextFragment instance. |
Position() → Aspose::Pdf::Text::Position | Calls Position on this TextFragment instance. |
Position(value: Aspose::Pdf::Text::Position) | Calls Position(value) on this TextFragment instance. |