TextAbsorber
Overview
TextAbsorber is a class in Aspose.PDF FOSS for C++.
This class provides 6 methods for working with TextAbsorber objects in C++ programs.
Available methods include: HasErrors, Text, TextAbsorber, Visit.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Accessor methods: TextAbsorber.
Accessor Methods
| Name | Type | Access | Description |
|---|---|---|---|
TextAbsorber | TextAbsorber | Read | Gets the text absorber. |
Methods
| Signature | Description |
|---|---|
TextAbsorber() → TextAbsorber | Calls TextAbsorber on this TextAbsorber instance. |
TextAbsorber() | |
Visit(pdf: Aspose::Pdf::Document) | Calls Visit(pdf) on this TextAbsorber instance. |
Visit(page: Aspose::Pdf::Page) | Calls Visit(page) on this TextAbsorber instance. |
Text() → std::string | Calls Text on this TextAbsorber instance. |
HasErrors() → bool | Returns true if errors is present. |