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

> ABBYY FineReader Engine API の SeparatorTypeEnum — 型（実線、破線など）。

SeparatorTypeEnum の列挙定数は、型を指定するために使用します。

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

<div id="elements">
  ## 要素
</div>

| 名前          | 説明            |
| ----------- | ------------- |
| ST\_Dotted  | 区切り線は点線です。    |
| ST\_Solid   | 区切り線は実線です。    |
| ST\_Unknown | 区切り線の型は未定義です。 |

<div id="used-in">
  ## 使用箇所
</div>

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