public class AbsorbedRow extends Object implements ITableElement
Represents row of table that exist on the page
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericList<AbsorbedCell> |
getCellList()
Gets readonly IList containing cells of the row
|
Rectangle |
getRectangle()
Gets rectangle that describes position of the row on page
|
public com.aspose.ms.System.Collections.Generic.IGenericList<AbsorbedCell> getCellList()
Gets readonly IList containing cells of the row
public Rectangle getRectangle()
Gets rectangle that describes position of the row on page
getRectangle
in interface ITableElement