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 match="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>

See also