AbsorbedRow

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.pdf.ITableElement

public class AbsorbedRow implements ITableElement

Represents row of table that exist on the page

Methods

MethodDescription
getCellList()Gets readonly IList containing cells of the row
getRectangle()Gets rectangle that describes position of the row on page

getCellList()

public List<AbsorbedCell> getCellList()

Gets readonly IList containing cells of the row

Returns: java.util.List<com.aspose.pdf.AbsorbedCell> - List of AbsorbedCell object

getRectangle()

public Rectangle getRectangle()

Gets rectangle that describes position of the row on page

Returns: Rectangle - Rectangle instance