Aspose::Pdf::Text::TableAbsorber::Replace method
TableAbsorber::Replace method
Replaces an AbsorbedTable with Table on the page.
void Aspose::Pdf::Text::TableAbsorber::Replace(System::SharedPtr<Page> page, System::SharedPtr<AbsorbedTable> oldTable, System::SharedPtr<Table> newTable)
Parameter | Type | Description |
---|---|---|
page | System::SharedPtr<Page> | Pdf pocument page object. |
oldTable | System::SharedPtr<AbsorbedTable> | AbsorbedTable to be replaced. |
newTable | System::SharedPtr<Table> | Table to replace old table. |
Remarks
Please take into account it changes TableList collection. In case removing/replacing tables in loop please use copy of TableList collection.
See Also
- Typedef SharedPtr
- Class Page
- Class AbsorbedTable
- Class Table
- Class TableAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++