Elementname: Loop

Description

Repeat the contents of this element several times.

Allowed attributes: select, variable

Child elements: Action, Attribute, B, Barcode, Bookmark, Br, Column, Columns, Copy-of, DefineColor, DefineFontfamily, DefineTextformat, Element, EmptyLine, Fontface, ForAll, Frame, Group, HSpace, Hyphenation, I, Image, Include, InsertPages, Li, LoadDataset, LoadFontfile, Loop, Message, NewPage, NextFrame, NextRow, Options, Output, Pageformat, Paragraph, PlaceObject, PositioningArea, PositioningFrame, ProcessNode, SaveDataset, SavePages, SetGrid, SetVariable, SortSequence, Sub, Sup, Switch, Table, Tablehead, Tablerule, Td, Tr, Until, Value, While

Parent elements: AtPageCreation, AtPageShipout, B, Case, Color, Columns, Contents, Fontface, ForAll, I, Loop, NoBreak, Otherwise, Paragraph, PositioningArea, Record, SaveDataset, SavePages, SetVariable, Table, Td, Text, Textblock, Tr, U, Until, While

Attributes

select (XPath Expression)

The number of loops. Must be a number or castable as a number.

variable (text, optional)

If given, store the current loop value in this variable. If omitted, the loop value is stored in the variable _loopcounter.

Example

<PlaceObject>
  <Table width="10">
    <Loop select="5" variable="i">
      <Tr>
        <Td><Paragraph><Value select="$i"/></Paragraph></Td>
      </Tr>
    </Loop>
  </Table>
</PlaceObject>

See also

ForAll

Commands

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