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

# Repeating Group

> Parameters for configuring Repeating Group elements in FlexiLayout, including MinRepetitions, MaxRepetitions, PaginalMode, and per-page repetition bounds.

| Parameter                                | Description                                                                                                                                                                    |
| :--------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Void MinRepetitions( Int )`             | Sets the minimum number of group instances in the document.                                                                                                                    |
| `Void MaxRepetitions( Int )`             | Sets the maximum number of group instances in the document.                                                                                                                    |
| `Void PaginalMode( Logic value = true )` | Sets the Paginal search mode for group instances.                                                                                                                              |
| `Void MinRepetitionsOnPage( Int )`       | Sets the minimum number of instances per one page. If the minimum number of instances is not detected, the repeating group is considered not detected.                         |
| `Void MaxRepetitionsOnPage( Int )`       | Sets the maximum number of instances per one page. If a required number of group instances is detected on a page, the search stops on this page and continues on the next one. |
