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

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

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

XSL-FO footnote 对象


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

Definition and Usage
定义和用法

The <fo:footnote> object defines a footnote within the region-body of a page.
<fo:footnote>对象的作用是:在页面区域内定义一个脚注。

It is an error if an <fo:footnote> occurs as a descendant of a flow that is not assigned to a region-body.
如果包含<fo:footnote>的流程并未在区域中指定,那么将会产生错误。

It is also an error if an <fo:footnote> occurs as a descendant of an fo:block-container that generates absolutely positioned areas.
如果包含<fo:footnote>的“fo:block-container”被放置在一个决对定位的区域内,那么将产生错误。

Additionally the <fo:footnote> object cannot have an <fo:float>, <fo:footnote>, or <fo:marker> as a descendant.
<fo:footnote>中不能再包含<fo:float>、<fo:footnote>或<fo:marker>作为它的子类。


Syntax
语法

<fo:footnote>
  <!--
	Contents:(inline|footnote-body)
  -->
</fo:footnote>

Properties
属性

属性
role
source-document

评论 (0) All