Contents
Marks the contents of a Group.
Allowed attributes: (none)
Child elements: Bookmark, DefineColor, DefineFontfamily, EmptyLine, ForAll, Group, Hyphenation, Include, InsertPages, LoadDataset, Loop, Message, NewPage, NextFrame, NextRow, Output, PlaceObject, ProcessNode, SaveDataset, SavePages, SetVariable, SortSequence, Switch, Until, While
Parent elements: Group
The contents of a group is encapsulated in its own Element, as there are other elements that are part of the group definition (such as Grid).
<Group name="examplegroup"> <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>Some more text</Value> </Paragraph> </Textblock> </PlaceObject> </Contents> </Group> <PlaceObject groupname="examplegroup" column="1" row="1"/>