public class AbsorbedRow extends Object implements ITableElement
Represents row of table that exist on the page
| Modifier and Type | Method and Description |
|---|---|
List<AbsorbedCell> |
getCellList()
Gets readonly IList containing cells of the row
|
Rectangle |
getRectangle()
Gets rectangle that describes position of the row on page
|
public List<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 ITableElementCopyright © 2024 Aspose. All Rights Reserved.