Define the dimensions of the page.
1 fo.simple-page-master
<fo.simple-page-master
master-name='master-name'
page-width='page-width'
page-height='page-height'
margin-top='margin-top'
margin-bottom='margin-bottom'
margin-left='margin-left'
margin-right='margin-right'
/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Amaster-name | string | Page orientation. For example: master_name='Portrait'. | |||
Apage-width | string | Width of the page. For example: page-width='21.0cm'. | |||
Apage-height | string | Height of the page. For example: page-heigth='29.7cm'. | |||
Amargin-top | string | Top margin. For example: margin-top='0.5cm'. | |||
Amargin-bottom | string | Lower margin. For example: margin-bottom='0.5cm'. | |||
Amargin-left | string | Left margin. For example: margin-left='0.5cm'. | |||
Amargin-right | string | Right margin. For example: margin-right='0.5cm'. |