Aspose::Pdf::Text::TextParagraphAbsorber class
Contents
[
Hide
]TextParagraphAbsorber class
Represents an absorber object of text paragraphs. Performs text search and provides access to search results via TextParagraphAbsorber::TextParagraphs collection.
class TextParagraphAbsorber : public Aspose::Pdf::Text::TextAbsorber
Methods
| Method | Description |
|---|---|
| get_Rectangles() const | Gets ractangles that the TextParagraphAbsorber used to searche for text paragraphs on the PDF document or page. |
| get_TextParagraphs() const | Gets collection of search occurrences that are presented with TextParagraph objects. |
| set_Rectangles(System::ArrayPtr<System::SharedPtr<Rectangle>>) | Sets ractangles that the TextParagraphAbsorber used to searche for text paragraphs on the PDF document or page. |
| set_TextParagraphs(System::SharedPtr<TextParagraphCollection>) | Gets collection of search occurrences that are presented with TextParagraph objects. |
| TextParagraphAbsorber(System::ArrayPtr<System::SharedPtr<Rectangle>>) | Initializes a new instance of the TextParagraphAbsorber with rectangles collection. |
| Visit(System::SharedPtr<Page>) override | Performs search on the specified page. |
See Also
- Class TextAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++