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

# layoutReferences 配列の要素

> ABBYY FineReader Engine JSON スキーマにおける layoutReferences 配列の要素 — 段落とドキュメントの物理構造上のテキストブロックとの対応関係。

layoutReferences 配列の要素は、段落とドキュメントの物理構造上のテキストブロックとの対応付けを行うオブジェクトであり、同時に、ドキュメントの論理構造におけるその段落の位置も示します。ドキュメントの本文は論理セクションに分割され、さらにその中のテキストが列に分割されることがあります。本文に含まれない要素 (例: 見出し、ヘッダー/フッター、行番号など) は、どの論理セクションにも含まれません。

<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>blockId </strong>
          <a href="/ja/fine-reader/engine/specifications/export-formats/json-schema-description/content-object/paragraphs-array-elements/layoutreferences-array-elements#required">\*</a>
        </p>
      </td>

      <td>
        <p>string</p>
      </td>

      <td>
        <p>段落を含むテキストブロックまたは table cell の識別子です。</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>blockType </strong>
          <a href="/ja/fine-reader/engine/specifications/export-formats/json-schema-description/content-object/paragraphs-array-elements/layoutreferences-array-elements#required">\*</a>
        </p>
      </td>

      <td>
        <p>string enum</p>
      </td>

      <td>
        <p>
          <strong> blockId </strong>プロパティで指定した識別子に対応するブロックの型です。
        </p>

        <p>指定可能な値:</p>

        <ul>
          <li>text</li>
          <li>cell</li>
        </ul>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>sectionIndex </strong>
          <a href="/ja/fine-reader/engine/specifications/export-formats/json-schema-description/content-object/paragraphs-array-elements/layoutreferences-array-elements#required">\*</a>
        </p>
      </td>

      <td>
        <p>integer</p>
      </td>

      <td>
        <p>段落があるページ上の論理セクションのインデックスです。</p>
        <p>値が -1 の場合、その段落はいずれの論理セクションにも属していないことを示します。論理セクションには見出し、フッターなどは含まれません。</p>
        <p>最小値: -1</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>columnIndex </strong>
          <a href="/ja/fine-reader/engine/specifications/export-formats/json-schema-description/content-object/paragraphs-array-elements/layoutreferences-array-elements#required">\*</a>
        </p>
      </td>

      <td>
        <p>integer</p>
      </td>

      <td>
        <p>段落の論理セクション内における列のインデックスです。</p>
        <p>値が -1 の場合、その段落はいずれの列にも属していないことを示します。たとえば、列にはテキストボックス、注記などは含まれません。</p>
        <p>最小値: -1</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>lineNumbering </strong>
          <a href="/ja/fine-reader/engine/specifications/export-formats/json-schema-description/content-object/paragraphs-array-elements/layoutreferences-array-elements#required">\*</a>
        </p>
      </td>

      <td>
        <p>boolean</p>
      </td>

      <td>
        <p>
          値が<strong> true </strong>の場合、その段落が行番号領域内にあることを示します。
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>parIndex </strong>
          <a href="/ja/fine-reader/engine/specifications/export-formats/json-schema-description/content-object/paragraphs-array-elements/layoutreferences-array-elements#required">\*</a>
        </p>
      </td>

      <td>
        <p>integer</p>
      </td>

      <td>
        <p>テキストブロックまたは table cell 内における段落のインデックスです。</p>
        <p>最小値: 0</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>firstLine </strong>
          <a href="/ja/fine-reader/engine/specifications/export-formats/json-schema-description/content-object/paragraphs-array-elements/layoutreferences-array-elements#required">\*</a>
        </p>
      </td>

      <td>
        <p>integer</p>
      </td>

      <td>
        <p>テキストブロックまたは table cell 内における、その段落の最初の行のインデックスです。</p>
        <p>最小値: 0</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>lastLine </strong>
          <a href="/ja/fine-reader/engine/specifications/export-formats/json-schema-description/content-object/paragraphs-array-elements/layoutreferences-array-elements#required">\*</a>
        </p>
      </td>

      <td>
        <p>integer</p>
      </td>

      <td>
        <p>テキストブロックまたは table cell 内における、その段落の最後の行のインデックスです。</p>
        <p>最小値: 0</p>
      </td>
    </tr>
  </tbody>
</table>

* は必須プロパティを示します。
