XSL-FO conditional-page-master-reference Object
Definition and Usage
The <fo:conditional-page-master-reference> object specifies a
page-master to be used when the conditions defined are true.
This allows different page-masters to be used for different pages (e.g. odd
and even pages, first page, blank pages).
Three properties, page-position, odd-or-even, blank-or-not-blank, specifies
the conditions. All three conditions must be true for the
<fo:conditional-page-master-reference> to be true.
- page-position is true if the generated page has the specified position
(first, last, rest, any)
- odd-or-even is true if the value is "any" or if the value (odd, even)
matches the page number
- blank-or-not-blank is true, if the value is "not-blank" and the page has
areas generated by descendants of <fo:flow>; if the value is "blank" and the
page has no areas from <fo:flow>; or if the value is "any"
Syntax
<fo:conditional-page-master-reference>
<!--
Contents:EMPTY
-->
</fo:conditional-page-master-reference>
|
Properties
 |
W3Schools' Online Certification Program
The perfect solution for professionals who need to balance work, family, and career building.
More than 4000 certificates already issued!
|
The HTML Certificate documents your knowledge of HTML, XHTML, and CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
|