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

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

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

XSL-FO wrapper 对象


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

Definition and Usage
定义和用法

The <fo:wrapper> object specifies inherited properties for a group of XSL-FO objects.
<fo:wrapper> 对象的作用是:指定一组 XSL-FO 对象的inherited[继承]属性。

<fo:wrapper> can only have children that is permitted to be children of the parent object.
<fo:wrapper>仅能包含子类对象(该子类对象必须是其父类对象中所允许使用的子类对象)。


Syntax
语法

<fo:wrapper>
  <!--
	Contents:(#PCDATA|bidi-override|
	character|external-graphic|
	instream-foreign-object|inline|
	inline-container|leader|page-number|
	page-number-citation|basic-link|
	multi-toggle|block|block-container|
	table-and-caption|table|list-block)*
  -->
</fo:wrapper>

Properties
属性

属性
id

评论 (0) All