|
|
XSL-FO media-usage Property
Definition and Usage
The media-usage property controls how the display medium is used to present
the page.
Details
- Inherited: no
- Percentages: N/A
- Media: visual
Property Values
| Value |
Description |
| auto |
Default. The user agent determines which value of
"media-usage" is to be used |
| paginate |
A sequence of pages is generated from the <fo:page-sequence>
objects that are children of the <fo:root> |
| bounded-in-one-dimension |
Only one page is generated per <fo:page-sequence>. One
"page-height" or "page-width" must be specified in the first page master
that is used |
| unbounded |
Only one page is generated per <fo:page-sequence>. Neither "page-height" nor
"page-width" may be specified on any page master that is used
|
|
|
|