Class AbsorbedTable
Contents
[
Hide
]AbsorbedTable class
Represents table that exist on the page
public class AbsorbedTable : IComparable<AbsorbedTable>, ITableElement
Properties
Name | Description |
---|---|
PageNum { get; } | Gets number of the page containing this table |
Rectangle { get; } | Gets rectangle that describes position of the table on page |
RowList { get; } | Gets readonly IList containing rows of the table |
Methods
Name | Description |
---|---|
CompareTo(AbsorbedTable) | 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. |
See Also
- interface ITableElement
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF