Aspose::Pdf::Text::TextParagraphAbsorber class

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

MethodDescription
get_Rectangles() constGets ractangles that the TextParagraphAbsorber used to searche for text paragraphs on the PDF document or page.
get_TextParagraphs() constGets 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>) overridePerforms search on the specified page.

See Also