Aspose::Pdf::Text::TableAbsorber class
Contents
[
Hide
]TableAbsorber class
Represents an absorber object of table elements. Performs search and provides access to search results via TableAbsorber::TableList collection.
class TableAbsorber : public System::Object
Methods
Method | Description |
---|---|
virtual get_TableList() | Returns readonly IList containing tables that were found. |
virtual get_TextSearchOptions() | Gets text search options. |
get_UseFlowEngine() const | |
Remove(System::SharedPtr<AbsorbedTable>) | Removes an AbsorbedTable from the page. |
Replace(System::SharedPtr<Page>, System::SharedPtr<AbsorbedTable>, System::SharedPtr<Table>) | Replaces an AbsorbedTable with Table on the page. |
virtual set_TextSearchOptions(System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions>) | Sets text search options. |
set_UseFlowEngine(bool) | |
TableAbsorber(System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions>) | Initializes a new instance of the TableAbsorber with text search options. |
TableAbsorber() | Initializes a new instance of the TableAbsorber. |
virtual Visit(System::SharedPtr<Page>) | Extracts tables on the specified page. |
Visit(System::SharedPtr<Document>) | Extracts tables in the specified document. |
See Also
- Class Object
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++