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

# IInterval

> FlexiCapture 抽出スクリプト用 IInterval 型リファレンス: StartPos プロパティと EndPos プロパティは、ドキュメントのテキスト内の部分文字列の範囲を定義します。

<div id="purpose">
  ## 目的
</div>

この型は、ドキュメントのソーステキスト内における部分文字列の範囲を表します。

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

| 名前         | 型   | 権限   | 値            |
| ---------- | --- | ---- | ------------ |
| StartPos() | int | 読み取り | テキスト範囲の開始位置。 |
| EndPos()   | int | 読み取り | テキスト範囲の終了位置。 |
