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

w3pop.com :: 网络学院 :: XSL-FO :: XSL-FO multi-switch 对象

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

XSL-FO multi-switch 对象


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

Definition and Usage
定义和用法

The <fo:multi-switch> object holds one or more <fo:multi-case> objects and controls the switching between them (activated by <fo:multi-toggle>)
<fo:multi-switch>对象的作用是:保留一个或多个<fo:multi-case>对象并对它们之间的相互转换进行控制(可以通过 <fo:multi-toggle>对象激发)。

This object can be used for interactive tasks such as table-of-content views and next/previous views.
这个对象可以用于交互式任务,如:表格/内容切换浏览以及前进/后退浏览。

The children of this object are one or more <fo:multi-case> objects. However, only one <fo:multi-case> can be visible at a single time. Each <fo:multi-case> object may contain one or more <fo:multi-toggle> objects, which controls the <fo:multi-case> switching of the <fo:multi-switch>.
这些对象的子类为一个或多个<fo:multi-case>对象。然而,只有一个<fo:multi-case> 对象在一个时间内是可视的。每个<fo:multi-case>对象都可能包含一个或多个<fo:multi-toggle>对象(<fo:multi-toggle>对象是用于控制<fo:multi-case>和<fo:multi-switch>之间的交换的)。


Syntax
语法

<fo:multi-switch>
  <!--
	Contents:(multi-case+)
  -->
</fo:multi-switch>

Properties
属性

属性
auto-restore
id
role
source-document

评论 (0) All