TableCell Object
TableCell Object
This object represents a table cell. It can be used in document separation and document indexing scripts.
Properties
Name | Type | Description |
Paragraphs | Paragraphs, read-only | Represents a set of paragraphs of the table cell. |
Rectangle | Rectangle, read-only | Stores the coordinates of the table cell rectangle in a base grid. By the base grid here we mean the grid formed by table borders and separators. Each vertical separator increments the horizontal coordinate by one, and each horizontal separator increments the vertical coordinate by one. Coordinate axes are oriented from left to right and from top to bottom. |
Text | String, read-only | Whole text of the table cell. |
See also
26.03.2024 13:49:49