TextFragmentAbsorber

TextFragmentAbsorber

Overview

TextFragmentAbsorber is a class in Aspose.PDF FOSS for C++.

This class provides 4 methods for working with TextFragmentAbsorber objects in C++ programs. Available methods include: TextFragments, Visit. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
Visit(pdf: Aspose::Pdf::Document)Calls Visit(pdf) on this TextFragmentAbsorber instance.
Visit(page: Aspose::Pdf::Page)Calls Visit(page) on this TextFragmentAbsorber instance.
TextFragments()TextFragmentCollectionCalls TextFragments on this TextFragmentAbsorber instance.
TextFragments()TextFragmentCollection

See Also