PageTableArea class

PageTableArea class

Represents a table page area which is used to represent a table in the parsing by template functionality.

Inheritance: PageTableAreaPageArea

The PageTableArea type exposes the following members:

Properties

Property Description
rectangle Gets the rectangular area.
page Gets the document page information such as page index and page size.
row_count Gets the total number of the table rows.
column_count Gets the total number of the table colums.
cells Gets the collection of cells.

Methods

Method Description
get_row_height Returns the row height.
get_column_width Returns the column width.

Remarks

PageTableArea class is used to organize inheritors of PageArea class in table structure.

See Also