TableAbsorber.Replace
TableAbsorber.Replace method
Replaces an AbsorbedTable with Table on the page.
public void Replace(Page page, AbsorbedTable oldTable, Table newTable)
| Parameter | Type | Description |
|---|---|---|
| page | Page | Pdf pocument page object. |
| oldTable | AbsorbedTable | AbsorbedTable to be replaced. |
| newTable | 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
- class Page
- class AbsorbedTable
- class Table
- class TableAbsorber
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF