Obj Simple Page Master
# XSL-FO simple-page-master Object
[ XSL-FO Reference Manual](#)
* * *
## Definition and Usage
The object defines the size and shape of a page. Each page layout contains a specified simple-page-master.
A page can contain up to five regions: region-body, region-before, region-after, region-start, region-end.
The object will be referenced from the object or object.
* * *
## Syntax
## Attributes
| Attribute |
| :--- |
| end-indent |
| margin-bottom |
| margin-left |
| margin-right |
| margin-top |
| master-name |
| page-height |
| page-width |
| reference-orientation |
| space-after |
| space-before |
| start-indent |
| writing-mode |
### Example 1
The XSL-FO document structure is shown below:
### Example 2
A "real" XSL-FO example:
Hello
The output of the above code is shown below:
Hello
* * XSL-FO Reference Manual](#)
YouTip