Elementname: Contents

Description

Marks the contents of a Group.

Allowed attributes: (none)

Child elements: 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

Parent elements: Group

Attributes

Remarks

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).

Example

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

See also

Group

Commands

Version: 2.7.13 | Start page | Command reference | Other language: German