AbsorbedTable Class
Represents table that exist on the page
Inheritance Hierarchy
SystemObject
  Aspose.Pdf.TextAbsorbedTable

Namespace: Aspose.Pdf.Text
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public class AbsorbedTable : ITableElement

The AbsorbedTable type exposes the following members.

Properties
  NameDescription
Public propertyPageNum
Gets number of the page containing this table
Public propertyRectangle
Gets rectangle that describes position of the table on page
Public propertyRowList
Gets readonly IList containing rows of the table
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also