Aspose::Pdf::Text::FontAbsorber class
FontAbsorber class
Represents an absorber object of fonts. Performs search for fonts and provides access to search results via FontAbsorber::Fonts collection.
class FontAbsorber : public System::Object
Methods
Method | Description |
---|---|
FontAbsorber() | Initializes a new instance of the FontAbsorber that performs search for fonts of the document. |
get_Fonts() const | Gets collection of search occurrences that are presented with Font objects. |
virtual Visit(System::SharedPtr<Document>, int32_t, int32_t) | Performs search in the specified range of pages of the document. |
virtual Visit(System::SharedPtr<Document>) | Performs search on the specified document. |
See Also
- Class Object
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++