public class AbsorbedRow extends Object implements ITableElement, Comparable<AbsorbedRow>
Represents row of table that exist on the page
Modifier and Type | Method and Description |
---|---|
int |
compareTo(AbsorbedRow other)
Compares the current AbsorbedRow object with another AbsorbedRow object and returns an integer that indicates whether the current object precedes, follows, or occurs in the same position in the sort order as the other object.
|
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 ITableElement
public final int compareTo(AbsorbedRow other)
Compares the current AbsorbedRow object with another AbsorbedRow object and returns an integer that indicates whether the current object precedes, follows, or occurs in the same position in the sort order as the other object.
compareTo
in interface Comparable<AbsorbedRow>
other
- An AbsorbedRow object to compare with this object.Copyright © 2024 Aspose. All Rights Reserved.