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

# 繰り返しグループ

> MinRepetitions、MaxRepetitions、PaginalMode、およびページごとの繰り返し回数の範囲を含む、FlexiLayout での Repeating Group 要素の設定用 Parameters。

| Parameter                                | Description                                                                     |
| :--------------------------------------- | :------------------------------------------------------------------------------ |
| `Void MinRepetitions( Int )`             | ドキュメント内のグループインスタンスの最小数を設定します。                                                   |
| `Void MaxRepetitions( Int )`             | ドキュメント内のグループインスタンスの最大数を設定します。                                                   |
| `Void PaginalMode( Logic value = true )` | グループインスタンスに対してページ単位の検索モード (Paginal) を設定します。                                     |
| `Void MinRepetitionsOnPage( Int )`       | 1 ページあたりのインスタンスの最小数を設定します。最小数が検出されない場合、繰り返しグループは検出されなかったものと見なされます。              |
| `Void MaxRepetitionsOnPage( Int )`       | 1 ページあたりのインスタンスの最大数を設定します。ページ上で必要数のグループインスタンスが検出された場合、そのページで検索を停止し、次のページで続行します。 |
