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
|
com.aspose.ms.System.Collections.Generic.IGenericList<AbsorbedRow> |
getRowList()
Gets readonly IList containing rows of the table
|
public com.aspose.ms.System.Collections.Generic.IGenericList<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