AtPageShipout#
The enclosed instructions will be executed when the page is placed into the PDF file. Used in DefineMasterpage.
Child elements#
ClearPage, ForAll, Group, LoadDataset, Loop, Message, NextFrame, NextRow, PlaceObject, ProcessNode, SaveDataset, SetVariable, Switch, Until, Value, While
Parent elements#
Attributes#
(none)
Example#
<AtPageShipout>
<PlaceObject column="1" row="20">
<Textblock>
<Paragraph>
<Value select="sd:current-page()"/>
</Paragraph>
</Textblock>
</PlaceObject>
</AtPageShipout>