TextAbsorber

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

NameTypeAccessDescription
TextAbsorberTextAbsorberReadGets the text absorber.

Methods

SignatureDescription
TextAbsorber()TextAbsorberCalls 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::stringCalls Text on this TextAbsorber instance.
HasErrors()boolReturns true if errors is present.

See Also