TableCells Class |
Namespace: Kofax.OmniPageCSDK.IproPlus
The TableCells type exposes the following members.
| Name | Description | |
|---|---|---|
| CellBorder |
Use this property to get or set the style of the lines inside the table; this can improve table recognition. | |
| ColumnCount |
This property returns the number of columns building up the logical table that the particular table cells overlay. | |
| Count |
This property returns the number of table cells stored in the collection.
| |
| RowCount |
This property returns the number of rows building up the logical table that the particular table cells overlay. | |
| TableBorder |
Use this property to get or set the style of the border around the whole table. |
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the TableCells | |
| GetColumnWidth |
Use this method to get the width of a column in the table. | |
| GetDocument |
Returns the parent Document object.
| |
| GetEngine |
Returns the Engine object.
| |
| GetEnumerator | ||
| GetItem |
This property returns the requested TableCell object from the collection. | |
| GetRowHeight |
Use this property to get the height of a row in the table. | |
| LocateCells |
This method analyses the related WT_TABLE type UserZone and detects the table structure automatically. | |
| MergeColumns |
This method merges a set of cells horizontally in the table. | |
| MergeRows |
This method merges a set of cells vertically in the table. | |
| SetColumnWidth |
Use this method to set the width of a column in the table. | |
| SetGrid |
This method defines the table grid. | |
| SetRowHeight |
Use this property to set the height of a row in the table. | |
| SplitColumn |
This method splits one or more cells horizontally. | |
| SplitRow |
This method splits one or more cells vertically. |
When the type of the OCR zone is not table, this property returns Nothing.