Click or drag to resize

TableCells Class

This method returns the collection of TableCell objects for a WT_TABLE zone.
Inheritance Hierarchy

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public class TableCells : IproPlusClass, IDisposable

The TableCells type exposes the following members.

Properties
  NameDescription
Public propertyCellBorder
Use this property to get or set the style of the lines inside the table; this can improve table recognition.
Public propertyColumnCount
This property returns the number of columns building up the logical table that the particular table cells overlay.
Public propertyCount
This property returns the number of table cells stored in the collection.
Public propertyRowCount
This property returns the number of rows building up the logical table that the particular table cells overlay.
Public propertyTableBorder
Use this property to get or set the style of the border around the whole table.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the TableCells
Public methodGetColumnWidth
Use this method to get the width of a column in the table.
Public methodGetDocument
Returns the parent Document object.
Public methodGetEngine
Returns the Engine object.
Public methodGetEnumerator
Public methodGetItem
This property returns the requested TableCell object from the collection.
Public methodGetRowHeight
Use this property to get the height of a row in the table.
Public methodLocateCells
This method analyses the related WT_TABLE type UserZone and detects the table structure automatically.
Public methodMergeColumns
This method merges a set of cells horizontally in the table.
Public methodMergeRows
This method merges a set of cells vertically in the table.
Public methodSetColumnWidth
Use this method to set the width of a column in the table.
Public methodSetGrid
This method defines the table grid.
Public methodSetRowHeight
Use this property to set the height of a row in the table.
Public methodSplitColumn
This method splits one or more cells horizontally.
Public methodSplitRow
This method splits one or more cells vertically.
Top
Remarks

When the type of the OCR zone is not table, this property returns Nothing.

See Also