AtPageCreation
Die Inhalte des Elements »AtPageCreation« werden ausgeführt, sobald das erste Mal auf die Seite zugegriffen wird. Dieser Befehl kann in einem Seitentyp (Pagetype) benutzt werden.
Kindelemente
AddSearchpath, AttachFile, Bookmark, DefineColor, DefineFontalias, DefineFontfamily, DefineTextformat, ForAll, Group, Hyphenation, Include, InsertPages, Layout, LoadDataset, Loop, Message, NewPage, NextFrame, NextRow, Output, PDFOptions, Pagetype, PlaceObject, ProcessNode, SaveDataset, SavePages, SetVariable, SortSequence, Switch, Until, While
Elternelemente
Attribute
(keine)
Beispiel
Dies gibt die Seitennummer im Kopf aus:
<AtPageCreation>
<PlaceObject row="1" column="1">
<Textblock>
<Paragraph>
<Value select="sd:current-page()"/>
</Paragraph>
</Textblock>
</PlaceObject>
</AtPageCreation>Siehe auch
Befehle AtPageShipout und Pagetype sowie das Kapitel Seitentypen.