Skip to main content
From the hypothesis of the table element you can gain read-only access to the detected columns. To access a detected column, use the Column( TableBlockColumn ) method. For more information, see Hypotheses for Table elements.
ParameterDescription
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