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

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

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

XSL-FO static-content 对象


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

Definition and Usage
定义和用法

The <fo:static-content> object contains static content (e.g. headers and footers) that will be repeated on many pages.
<fo:static-content>对象包含了静态内容(如:页眉和页脚),该静态内容将在多个页面中重复调用。

The <fo:static-content> object has a "flow-name" property that defines where the content of the <fo:static-content> object will go.
<fo:static-content>对象包含一个"flow-name"属性,该属性定义了<fo:static-content>对象的内容走向。


Syntax
语法

<fo:static-content>
  <!--
	Contents:(block|block-container|
	table-and-caption|table|
	list-block)+
  -->
</fo:static-content>

Properties
属性

属性 
flow-name

评论 (0) All