public class AbsorbedTable extends Object implements ITableElement
Represents table that exist on the page
| Modifier and Type | Method and Description |
|---|---|
int |
getPageNum()
Gets number of the page containing this table
|
Rectangle |
getRectangle()
Gets rectangle that describes position of the table on page
|
List<AbsorbedRow> |
getRowList()
Gets readonly IList containing rows of the table
|
public List<AbsorbedRow> getRowList()
Gets readonly IList containing rows of the table
IGenericList<AbsorbedRow> objectpublic Rectangle getRectangle()
Gets rectangle that describes position of the table on page
getRectangle in interface ITableElementpublic int getPageNum()
Gets number of the page containing this table
Copyright © 2024 Aspose. All Rights Reserved.