Skip to content
AtPageShipout

AtPageShipout

The enclosed instructions will be executed when the page is placed into the PDF file. Used in DefineMasterPage.

Child elements

AttachFile, CallTemplate, ClearPage, ForAll, LoadXML, Loop, Message, NextFrame, NextRow, PlaceObject, ProcessNode, SaveXML, SetVariable, Slate, Switch, Until, Value, While

Parent elements

DefineMasterPage

Attributes

(none)

Example

<AtPageShipout>
  <PlaceObject column="1" row="20">
    <TextBlock>
      <Paragraph>
        <Value select="sd:current-page()"/>
      </Paragraph>
    </TextBlock>
  </PlaceObject>
</AtPageShipout>

See also