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, ClearPage, Copy-of, DefineColor, DefineFontalias, DefineFontfamily, DefineMatter, DefineTextformat, ForAll, Group, Hyphenation, Include, InsertPages, Layout, LoadDataset, Loop, Message, NextFrame, NextRow, Options, Output, PDFOptions, Pageformat, Pagetype, PlaceObject, ProcessNode, SaveDataset, SavePages, SetGrid, SetVariable, SortSequence, Switch, Until, Value, While

Elternelemente

Pagetype

Attribute

graphic (Text, optional, seit Version 4.3.14)

Der Name einer Metapost-Grafik.

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.