Aspose::Pdf::Text::TableAbsorber::TableAbsorber constructor

TableAbsorber::TableAbsorber() constructor

Initializes a new instance of the TableAbsorber.

Aspose::Pdf::Text::TableAbsorber::TableAbsorber()

Remarks

Performs searching for tables and provides access to the tables via TableList object.

See Also

TableAbsorber::TableAbsorber(System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions>) constructor

Initializes a new instance of the TableAbsorber with text search options.

Aspose::Pdf::Text::TableAbsorber::TableAbsorber(System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions> textSearchOptions)
ParameterTypeDescription
textSearchOptionsSystem::SharedPtr<Aspose::Pdf::Text::TextSearchOptions>Text search options

Remarks

Performs searching for tables and provides access to the tables via TableList object.

See Also