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
- Class TableAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
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)
Parameter | Type | Description |
---|---|---|
textSearchOptions | System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions> | Text search options |
Remarks
Performs searching for tables and provides access to the tables via TableList object.
See Also
- Typedef SharedPtr
- Class TextSearchOptions
- Class TableAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++