Aspose::Pdf::Text::TableAbsorber::Visit method
TableAbsorber::Visit(System::SharedPtr<Document>) method
Extracts tables in the specified document.
void Aspose::Pdf::Text::TableAbsorber::Visit(System::SharedPtr<Document> pdf)
Parameter | Type | Description |
---|---|---|
System::SharedPtr<Document> | Pdf pocument object. |
See Also
- Typedef SharedPtr
- Class Document
- Class TableAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
TableAbsorber::Visit(System::SharedPtr<Page>) method
Extracts tables on the specified page.
virtual void Aspose::Pdf::Text::TableAbsorber::Visit(System::SharedPtr<Page> page)
Parameter | Type | Description |
---|---|---|
page | System::SharedPtr<Page> | Pdf pocument page object. |
See Also
- Typedef SharedPtr
- Class Page
- Class TableAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++