PageTableArea
Leave feedback
On this page
Represents a table page area which is used to represent a table in the parsing by template functionality.
public sealed class PageTableArea : PageArea
| Name | Description |
|---|---|
| Cells { get; } | Gets the collection of cells. |
| ColumnCount { get; } | Gets the total number of the table colums. |
| Item { get; } | Gets the table cell by row and column indexes. |
| Page { get; } | Gets the document page information such as page index and page size. |
| Rectangle { get; } | Gets the rectangular area. |
| RowCount { get; } | Gets the total number of the table rows. |
| Name | Description |
|---|---|
| GetColumnWidth(int) | Returns the column width. |
| GetRowHeight(int) | Returns the row height. |
PageTableArea class is used to organize inheritors of PageArea class in table structure.
- class PageArea
- namespace GroupDocs.Parser.Data
- assembly GroupDocs.Parser
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.