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

Need an easy way to get data into XML, or transform XML to another format?
MapForce lets you map XML data to/from any combination of XML, database, flat file, Excel 2007, XBRL, or Web services data.
Then it transforms data instantly or auto-generates royalty-free data integration code for recurrent conversions.
Download a free, fully functional 30-day trial to experience the following features:
- Easy-to-use, graphical data mapping interface
- Instant data transformation
- XSLT 1.0/2.0 and XQuery code generation
- Java, C#, and C++ code generation
- Advanced data processing functions
- Support for all major relational databases including SQL Server, IBM DB2, Oracle, and more
- Visual Studio & Eclipse integration
Download a fully-functional trial today!
|
|
|
|