Contents
Kennzeichnet den Inhalt einer Group.
Erlaubte Attribute: (keine)
Kindelemente: Bookmark, DefineColor, DefineFontalias, DefineFontfamily, ForAll, Group, Hyphenation, Include, InsertPages, LoadDataset, Loop, Message, NewPage, NextFrame, NextRow, Output, Pagetype, PlaceObject, ProcessNode, SaveDataset, SavePages, SetVariable, SortSequence, Switch, Until, While
Elternelemente: Group
Der Inhalt wird in einem extra Element gekapselt, damit die Gruppe später noch andere Elemente (z.B. Raster) beinhalten kann, ohne, dass die Angaben zu unübersichtlich werden.
<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" column="1" row="1"/>