XSL-FO static-content 对象

XSL-FO 参考手册

定义和用法

<fo:static-content> 对象包含了静态内容(如:页眉和页脚),该静态内容将在多个页面中重复调用。

<fo:static-content> 对象有一个 "flow-name" 属性,该属性定义了 <fo:static-content> 对象的内容走向。

语法

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

属性

属性
flow-name


XSL-FO 参考手册