Loop
Wiederhole den Inhalt dieses Elements mehrfach.
Kindelemente
Action, AddSearchpath, Attribute, B, Barcode, Bookmark, Br, Color, Column, Columns, Copy-of, DefineColor, DefineFontalias, DefineFontfamily, DefineTextformat, Element, Fontface, ForAll, Frame, Group, HSpace, Hyphenation, I, Image, Include, Initial, InsertPages, Layout, Li, LoadDataset, LoadFontfile, Loop, Message, NewPage, NextFrame, NextRow, Options, Output, Pageformat, Pagetype, Paragraph, PlaceObject, PositioningArea, PositioningFrame, ProcessNode, SaveDataset, SavePages, SetGrid, SetVariable, SortSequence, Span, Sub, Sup, Switch, Table, TableNewPage, Tablehead, Tablerule, Td, Tr, Trace, U, Until, Value, While
Elternelemente
A, AtPageCreation, AtPageShipout, Element, Fontface, ForAll, I, Layout, Li, Loop, PositioningArea, Record, SaveDataset, SavePages, Span, Text, Textblock, U, URL, Until, While
Attribute
select(XPath-Ausdruck)-
Die Anzahl der Schleifendurchläufe. Muss eine Zahl oder in eine Zahl konvertierbar sein.
variable(Text, optional)-
Wenn angegeben, wird die Nummer des Schleifendurchlaufs in dieser Variablen gespeichert, ansonsten in
_loopcounter.
Beispiel
<PlaceObject>
<Table>
<Loop select="5" variable="i">
<Tr><Td><Paragraph><Value select="$i"/></Paragraph></Td></Tr>
</Loop>
</Table>
</PlaceObject>
Siehe auch
Das Kapitel Programmierung.