Passer au contenu principal

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.

Les constantes de l’énumération SeparatorTypeEnum servent à spécifier le type de séparateur.
typedef enum {
 ST_Unknown,
 ST_Solid,
 ST_Dotted
}SeparatorTypeEnum;

Éléments

NomDescription
ST_DottedLe Separator est une ligne pointillée.
ST_SolidLe Separator est une ligne continue.
ST_UnknownLe type de Separator n’est pas défini.

Utilisé dans

ISeparatorBlock::SeparatorType