AtPageShipout

Die innerhalb dieses Befehls definierten Anweisungen werden ausgeführt, sobald die Seite ins PDF ausgegeben wird. Wird in Pagetype benutzt.

Kindelemente

AddSearchpath, AttachFile, Bookmark, DefineColor, DefineFontalias, DefineFontfamily, DefineTextformat, ForAll, Group, Hyphenation, Include, InsertPages, Layout, LoadDataset, Loop, Message, NewPage, NextFrame, NextRow, Options, Output, PDFOptions, Pageformat, Pagetype, PlaceObject, ProcessNode, SaveDataset, SavePages, SetVariable, SortSequence, Switch, Until, While

Elternelemente

(keine)

Attribute

(keine)

Beispiel

<AtPageShipout>
  <PlaceObject column="1" row="{sd:number-of-rows()}">
    <Textblock>
      <Paragraph>
        <Value select="sd:current-page()"/>
      </Paragraph>
    </Textblock>
  </PlaceObject>
</AtPageShipout>

Siehe auch

Befehle AtPageCreation und Pagetype sowie das Kapitel Seitentypen.