Version 5.5.8

Group

Erzeugt einen virtuellen Bereich, in dem Elemente platziert werden können. Ausgegeben werden die Gruppen anschließend mit PlaceObject .

Kindelemente

Contents , Grid

Elternelemente

AtPageCreation , AtPageShipout , Case , Contents , ForAll , Function , Loop , Otherwise , Record , SavePages , Until , While

Attribute

name (Text)
Der Name der anzulegenden Gruppe.

Beispiel

<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" />