AbsorbedTable

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.pdf.ITableElement

public class AbsorbedTable implements ITableElement

Represents table that exist on the page

Methods

MethodDescription
getRowList()Gets readonly IList containing rows of the table
getRectangle()Gets rectangle that describes position of the table on page
getPageNum()Gets number of the page containing this table

getRowList()

public List<AbsorbedRow> getRowList()

Gets readonly IList containing rows of the table

Returns: java.util.List<com.aspose.pdf.AbsorbedRow> - IGenericList object

getRectangle()

public Rectangle getRectangle()

Gets rectangle that describes position of the table on page

Returns: Rectangle - Rectangle object

getPageNum()

public int getPageNum()

Gets number of the page containing this table

Returns: int - int value