GroupErzeugt einen virtuellen Bereich, in dem Elemente platziert werden können. Ausgegeben werden die Gruppen anschließend mit PlaceObject.
Erlaubte Attribute: name
Elternelemente: AtPageCreation, AtPageShipout, Case, Contents, ForAll, Loop, Otherwise, Record, SavePages, Until, While
<Gruppe name="Beispielgruppe">
<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>
</Gruppe>
<PlaceObject groupname="Beispielgruppe" />