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
public Rectangle getRectangle()
Gets rectangle that describes position of the table on page
getRectangle
in interface ITableElement
public int getPageNum()
Gets number of the page containing this table
Copyright © 2016 Aspose. All Rights Reserved.