> ## 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 der ABBYY FineReader Engine API — Separator-Typen (durchgezogen, gestrichelt usw.).

Die Konstanten der Aufzählung SeparatorTypeEnum werden verwendet, um den Separator-Typ anzugeben.

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

<div id="elements">
  ## Elemente
</div>

| Name        | Beschreibung                                |
| ----------- | ------------------------------------------- |
| ST\_Dotted  | Der Separator ist eine gepunktete Linie.    |
| ST\_Solid   | Der Separator ist eine durchgezogene Linie. |
| ST\_Unknown | Der Separator-Typ ist undefiniert.          |

<div id="used-in">
  ## Verwendet in
</div>

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