#TableNewPage
since version 3.3.13
Switches to a new page within the table.
#Child elements
(none)
#Parent elements
Case
, ForAll
, Loop
, Otherwise
, SetVariable
, Table
, Until
, While
#Attributes
(none)
#Example
<PlaceObject>
<Table stretch="max">
<Tr>
<Td><Paragraph><Value>One</Value></Paragraph></Td>
</Tr>
<TableNewPage/>
<Tr>
<Td><Paragraph><Value>Two</Value></Paragraph></Td>
</Tr>
</Table>
</PlaceObject>
The second row of the table is on the next page.
#See also
Command <Table>
, chapter about tables.