Skip to main content
TableSeparatorTypeEnum enumeration constants are used to denote different types of table separators.
typedef enum {
 TST_Absent,
 TST_Unknown,
 TST_Invisible,
 TST_Explicit,
 TST_Multiple
} TableSeparatorTypeEnum;

Elements

NameDescription
TST\_AbsentThis type of table separator is used inside a merged cell.
TST\_ExplicitThis type of separator may be assigned as a result of layout recognition. It corresponds to an ordinary black or color table separator of the original table.
TST\_InvisibleThis type of separator may be assigned as a result of layout recognition. As a rule, this type of separator appears where the original table does not have one but where it “should be.”
TST\_MultipleThis type of separator may be assigned as a result of table editing.
TST\_UnknownThis type is initially assigned to table separators created by user.

Used in

ITableSeparator::Type ITableSeparator::SetType