public class AbsorbedTable extends Object implements ITableElement, Comparable<AbsorbedTable>
Represents table that exist on the page
Modifier and Type | Method and Description |
---|---|
int |
compareTo(AbsorbedTable other)
Compares the current AbsorbedTable object with another AbsorbedTable 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.
|
int |
getPageNum()
Gets number of the page containing this table
|
Rectangle |
getRectangle()
Gets rectangle that describes position of the table on page
|
List<AbsorbedRow> |
getRowList()
Gets readonly IList containing rows of the table
|
public List<AbsorbedRow> getRowList()
Gets readonly IList containing rows of the table
IGenericList<AbsorbedRow>
objectpublic Rectangle getRectangle()
Gets rectangle that describes position of the table on page
getRectangle
in interface ITableElement
public int getPageNum()
Gets number of the page containing this table
public final int compareTo(AbsorbedTable other)
Compares the current AbsorbedTable object with another AbsorbedTable 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<AbsorbedTable>
other
- An AbsorbedTable object to compare with this object.Copyright © 2024 Aspose. All Rights Reserved.