[]
Represents a recognized table.
public interface ITable
Public Interface ITable
Name | Description |
---|---|
Cells | Gets the list of table cells. |
Cols | Gets the list of table columns. |
Rows | Gets the list of table rows. |
Name | Description |
---|---|
GetBounds() | Returns the bounds of the table on the page. |
GetCell(int, int) | Gets the cell at a specified position. |