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

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

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

XSL-FO marker 对象


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

Definition and Usage
定义和用法

The <fo:marker> object is used with <fo:retrieve-marker> to create running headers or footers (e.g. headers showing the page's chapter and section titles).
<fo:marker>对象可以与<fo:retrieve-marker>对象一起用来创建连续的页眉或页脚(举个例子来说:让页眉展示页面的章节以及区域标题)

Note: An <fo:marker> object is only permitted as the descendant of an <fo:flow>.
注意:<fo:marker>对象仅被允许用作<fo:flow>对象的子类。


Syntax
语法

<fo:marker>
  <!--
	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:marker>

Properties
属性

属性
marker-class-name

评论 (0) All