> ## 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

> SeparatorTypeEnum in the ABBYY FineReader Engine API — Separator types (solid, dashed, etc.).

SeparatorTypeEnum enumeration constants are used to specify separator type.

```
typedef enum {
 ST_Unknown,
 ST_Solid,
 ST_Dotted
}SeparatorTypeEnum;
```

## Elements

| Name          | Description                      |
| ------------- | -------------------------------- |
| ST\\\_Dotted  | The separator is a dotted line.  |
| ST\\\_Solid   | The separator is a solid line.   |
| ST\\\_Unknown | The separator type is undefined. |

## Used in

[ISeparatorBlock::SeparatorType](/fine-reader/engine/api-reference/layout-related-objects/separatorblock#separatortype)
