ClearPage#
Finishes the current page.
Child elements#
(none)
Parent elements#
AtPageCreation, AtPageShipout, Case, Contents, ForAll, Function, Loop, Otherwise, Record, Until, While
Attributes#
(none)
Example#
<Record element="data">
<PlaceObject>
<Textblock>
<Paragraph><Value>This is page 1</Value></Paragraph>
</Textblock>
</PlaceObject>
<ClearPage openon="right"/>
<PlaceObject>
<Textblock>
<Paragraph><Value>And this is page 3</Value></Paragraph>
</Textblock>
</PlaceObject>
</Record>