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
 |
|
Get Your Diploma!
W3Schools' Online Certification Program is the perfect solution for busy
professionals who need to balance work, family, and career building.
The HTML Certificate is for developers who want to document their knowledge of HTML, XHTML, and CSS.
The ASP Certificate is for developers who want to document their knowledge of ASP, SQL, and ADO.
|
|