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

# ListLevel オブジェクト（IListLevel インターフェイス）

> ABBYY FineReader Engine API の ListLevel オブジェクト（IListLevel インターフェイス）— リストの1つのレベルを表し、TemplateText、LevelIndex、NumberingStyle、BulletSymbol、StartNumber、RestartNumberingOnUpperListLevelOccurrence を公開します。

このオブジェクトは、リストの1つのレベルのパラメーターにアクセスするためのものです。これは、[List](/ja/fine-reader/engine/api-reference/text-related-objects/list) コレクションの要素です。リスト レベルの書式設定属性および番号付け属性にアクセスできますが、そのレベルの認識されたテキストにはアクセスできません。

<div id="properties">
  ## プロパティ
</div>

<table><thead><tr><th><p><strong>名前</strong></p></th><th><p><strong>型</strong></p></th><th><p><strong>説明</strong></p></th></tr></thead><tbody><tr><td><p><strong>Application</strong></p></td><td><p><strong><a href="/ja/fine-reader/engine/api-reference/engine-object-iengine-interface">エンジン</a></strong>, <a href="/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties">読み取り専用</a></p></td><td><p><strong>Engine</strong> オブジェクトを返します。</p></td></tr><tr><td colspan="3"><p><a name="group_1" /><em>主な属性</em></p></td></tr><tr><td><p><a name="templatetext" /><strong>TemplateText</strong></p></td><td><p><strong><a href="/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">BSTR</a></strong></p></td><td><p>リスト レベルのテンプレート テキストを指定します。テキストには <em>%0</em>、<em>%1</em>、...、<em>%n</em> の要素を含めることができます。ここで <em>n</em> は現在のレベルのインデックスです。文書を表示すると、これらの要素は実際の値に置き換えられます。通常の文字 "%" には "%%" を使用します。その他の要素はそのまま表示されます。</p><p>たとえば、"Section %0.%1" は、2 番目のリスト レベルの番号付けに、1 番目のリスト レベルの現在の番号付けが使用されることを意味します。</p></td></tr><tr><td><p><a name="levelindex" /><strong>LevelIndex</strong></p></td><td><p><strong><a href="/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">int</a></strong>, 読み取り専用</p></td><td><p>レベルのインデックスを格納します。このプロパティの値の範囲は 0 ～ 9 です。</p></td></tr><tr><td><p><a name="numberingstyle" /><strong>NumberingStyle</strong></p></td><td><p><strong><a href="/ja/fine-reader/engine/api-reference/enumerations/numberingstyleenum">NumberingStyleEnum</a></strong></p></td><td><p>リスト レベルの番号付けスタイルを指定します。</p></td></tr><tr><td colspan="3"><p><a name="group_2" /><em>番号付け属性</em></p></td></tr><tr><td><p><a name="bulletsymbol" /><strong>BulletSymbol</strong></p></td><td><p><strong><a href="/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">BSTR</a></strong></p></td><td><p>順序なしリスト レベルの箇条書き記号を含みます。このプロパティが意味を持つのは、<strong>NumberingStyle </strong>プロパティの値が NS\_Bullet の場合のみです。このプロパティの値に含まれる記号は常に 1 文字以下です。</p><p>既定では、箇条書き記号は ● (U+2022) です。</p></td></tr><tr><td><p><a name="startnumber" /><strong>StartNumber</strong></p></td><td><p><strong><a href="/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">int</a></strong></p></td><td><p>リスト レベルの開始番号を指定します。このプロパティの値は非負です。数値以外の要素は 1 から数えられます。</p></td></tr><tr><td><p><a name="restartnumberingonupperlistleveloccurrence" /><strong>RestartNumberingOnUpperListLevelOccurrence</strong></p></td><td><p><strong><a href="/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">int</a></strong></p></td><td><p>リストの上位レベルを指定します。このレベルがリスト内に現れた場合、現在のレベルが次に現れるときに番号付けを再開します。</p><p>既定では、このプロパティの値は -1 で、番号付けは再開されません。</p></td></tr></tbody></table>

<div id="related-objects">
  ## 関連オブジェクト
</div>

<img src="https://mintcdn.com/abbyy/lsETHFYUFiongXSm/images/fine-reader/engine/listlevel.gif?s=e232464e87178623ee2b5c5d5197945c" alt="ListLevel" width="125" height="111" data-path="images/fine-reader/engine/listlevel.gif" />[](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/element-property)[](/ja/fine-reader/engine/api-reference/text-related-objects/list)[](/ja/fine-reader/engine/api-reference/text-related-objects/listparams)[](/ja/fine-reader/engine/api-reference/text-related-objects/paragraph)

[オブジェクト図](/ja/fine-reader/engine/api-reference/object-diagram)

<div id="output-parameter">
  ## 出力パラメータ
</div>

このオブジェクトは、[List](/ja/fine-reader/engine/api-reference/text-related-objects/list)オブジェクトの [Item](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/item-method) メソッドおよび [AddNew](/ja/fine-reader/engine/api-reference/supplementary-objects-and-methods/addnew-method) メソッドの出力パラメータです。

<div id="see-also">
  ## 関連項目
</div>

[List](/ja/fine-reader/engine/api-reference/text-related-objects/list)

[プロパティの操作](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)
