TableBlock Object
TableBlock Object
This object represents a table block. It can be used in document separation and document indexing scripts.
Properties
Name | Type | Description |
Cells | TableCells, read-only | Represents a collection of cells of the table. |
ColumnsCount | Long, read-only | Number of columns in the table. |
Region | Region, read-only | Region of the table block. A region is a set of rectangles on the image positioned one under the other in such a way that the top line of the lower rectangle is the bottom line of the upper one, so that the rectangles do not overlap. Unlike other types of blocks, a table block may have no more than one rectangle in its region. |
RowsCount | Long, read-only | Number of rows in the table. |
Text | String, read-only | Whole text of the table block. |
See also
26.03.2024 13:49:49