Element page

LANSA Integrator

Element - page

The page element is used to create a new page.

Syntax:

Element

Attributes

Value

Notes for Element/Attribute/Value

page

page-size

A0 to A4

Default. Document page.

B0 to B5

 

letter

 

value

width, height

margin

value

left, right, top, bottom
Default. Document margin.

orientation

portrait

Default. Document orientation.

landscape

 

background

color

Default. Document background.

 

Example

 

<page/>

 

<page page-size="720,720" margin="40" orientation="landscape"/>

 

<page page-size="A4" margin="40,40,40,40" orientation="landscape"/>