Obj Flow
# XSL-FO flow object
[ XSL-FO Reference Manual](#)
* * *
## Definition and Usage
The content from the object fills the XSL-FO page.
The object contains all elements to be printed on the page.
When the page is full, the same master page will be reused until all text has been printed.
The object has a "flow-name" attribute that defines where the content goes.
* * *
## Syntax
## Attributes
| Attribute |
| :--- |
| flow-name |
### Example 1
A "real" XSL-FO example:
Hello
The output of the above code is as follows:
Hello
* * XSL-FO Reference Manual](#)
YouTip