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

# IMatchedSectionInfo

> FlexiCapture スクリプトの IMatchedSectionInfo オブジェクト: ページ上でマッチした Document Definition セクションの詳細（flexible セクション データを含む）。

<div id="what-it-does">
  ## 説明
</div>

ページ上でマッチするDocument Definition セクションの詳細情報が含まれます。

<Note>
  このオブジェクトは、ルールをローカルで確認するために Web Verification Station では使用できません。
</Note>

<div id="methods">
  ## メソッド
</div>

| **定義**                              | **説明**                                         |
| ----------------------------------- | ---------------------------------------------- |
| FlexibleAlternativeName( ) : string | FlexiLayout の名前を返します。すでに開かれているドキュメントでのみ使用可能です。 |

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

<table width="100%">
  <thead>
    <tr>
      <th style={{ textAlign: "left" }}>
        <p>
          <strong>名前</strong>
        </p>
      </th>

      <th style={{ textAlign: "left" }}>
        <p>
          <strong>型</strong>
        </p>
      </th>

      <th style={{ textAlign: "left" }}>
        <p>
          <strong>アクセス</strong>
        </p>
      </th>

      <th style={{ textAlign: "left" }}>
        <p>
          <strong>説明</strong>
        </p>
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        <p>DocumentDefinition</p>
      </td>

      <td>
        <p>
          <a href="/ja/flexi-capture/appendix/scripts/idocinfo">IDocumentDefinitionInfo</a>
        </p>
      </td>

      <td>
        <p>読み取り専用</p>
      </td>

      <td>
        <p>このセクションが属する Document Definition に関する情報です。</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>FlexibleInstanceId</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>読み取り専用</p>
      </td>

      <td>
        <p>flexible セクションのインデックスです。flexible セクションのインデックスが同じページのセットで、1 つのドキュメントセクションを構成します。</p>
        <p>この field は、flexible セクションでのみ有効です。</p>

        <p>
          同じ flexible セクション定義にマッチした 2 つのページで <strong>FlexibleInstanceId</strong> の値が異なる場合、それらのページは別々の
          ドキュメントセクションに属していることを意味します。
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>IsFlexible</p>
      </td>

      <td>
        <p>bool</p>
      </td>

      <td>
        <p>読み取り専用</p>
      </td>

      <td>
        <p>そのセクションが flexible かどうかを示します。</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>Name</p>
      </td>

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

      <td>
        <p>読み取り専用</p>
      </td>

      <td>
        <p>セクション名です。</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>SectionDefinitionPageNumber</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>読み取り専用</p>
      </td>

      <td>
        <p>そのページでマッチした fixed セクション定義内のページ番号です。</p>
        <p>この field は、fixed セクションでのみ有効です。</p>
      </td>
    </tr>
  </tbody>
</table>
