Table Column hypothesis
From the hypothesis of the table element you can gain read-only access to the detected columns. To call a detected table, use the method Column( TableBlockColumn ). See the description of the hypothesis of the table element.
| Parameter | Description |
| Distance Width() | The width of the column |
| Logic HasLeftSeparator() | Shows whether the column has a black separator on the left |
| Logic HasRightSeparator() | Shows whether the column has a black separator on the right |
| Logic HasLeftSeparatorInHeader() | Shows whether the column name has a black separator on the left |
| Logic HasRightSeparatorInHeader() | Shows whether the column name has a black separator on the right |
| String Name() | Column name |
| XCoordinate Left() | The left boundary of the column |
| XCoordinate Right() | The right boundary of the column |
4/12/2024 6:16:02 PM