网络学院 w3pop社区 网络资源 IT新闻

w3pop.com :: 网络学院 :: XSL-FO :: XSL-FO repeatable-page-master-alternatives 对象

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

XSL-FO repeatable-page-master-alternatives 对象


作者:w3pop.com 翻译/整理:w3pop.com 发布:2007-04-29 浏览:503 :: ::

Definition and Usage
定义和用法

The <fo:repeatable-page-master-alternatives> object specifies repetition of a set of simple-page-masters.
<fo:repeatable-page-master-alternatives>对象指定了一组“simple-page-masters[简单页面主]”的副本。

The children of this object are fo:conditional-page-master-references (called alternatives).
该对象的子类为:fo:conditional-page-master-references(我们称之为“方案”)。

Which alternative should be used depends on the evaluation of the condition (the conditions allow different page-masters to be used for the first page, for odd and even pages, and for blank pages).
具体使用哪个方案取决于对条件的评估(该条件允许对第一个页面、奇/偶页面以及空白页面使用不同的page-masters[页面主])。

The conditions are tested in order, and the last alternative should reference the page-master to be used for all pages without a special layout.
条件将按照顺序进行测试,最后的项目将涉及到用于不包含指定层的所有页面的page-master[页面主]。


Syntax
语法

<fo:repeatable-page-master-alternatives>
  <!--
	Contents:(conditional-page-master-reference+)
  -->
</fo:repeatable-page-master-alternatives>

Properties
属性

属性
maximum-repeats

评论 (0) All