TableSeparatorTypeEnum
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
Name | Description |
---|---|
TST_Absent | This type of table separator is used inside a merged cell. |
TST_Explicit | This 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_Invisible | This 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_Multiple | This type of separator may be assigned as a result of table editing. |
TST_Unknown | This type is initially assigned to table separators created by user. |
Used in
9/17/2024 3:14:41 PM