GroupCreate a virtual page that behaves like a real page but is not placed into the PDF.
Allowed attributes: name
Parent elements: AtPageCreation, AtPageShipout, Case, Contents, ForAll, Loop, Otherwise, Record, SavePages, Until, While
<Record element="data">
<Group name="Some group">
<!-- Optional, taken from the current page -->
<Grid width="10mm" height="10mm"/>
<Contents>
<PlaceObject column="3" row="2">
<Textblock width="14">
<Paragraph>
<Value>Text</Value>
</Paragraph>
</Textblock>
</PlaceObject>
<PlaceObject column="2" row="4">
<Textblock width="14">
<Paragraph>
<Value>Nächster Text</Value>
</Paragraph>
</Textblock>
</PlaceObject>
</Contents>
</Group>
<PlaceObject groupname="Some group" column="1" row="1" />
</Record>