Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

SeparatorTypeEnum enumeration constants are used to specify separator type.
typedef enum {
 ST_Unknown,
 ST_Solid,
 ST_Dotted
}SeparatorTypeEnum;

Elements

NameDescription
ST\_DottedThe separator is a dotted line.
ST\_SolidThe separator is a solid line.
ST\_UnknownThe separator type is undefined.

Used in

ISeparatorBlock::SeparatorType