我需要在页眉中插入页码,例如第 x 页,第 n 页。它应该很简单,但我无法让它工作。
我试过了。
<fo:page-sequence initial-page-number="1">
<fo:static-content flow-name="xsl-region-after">
<fo:block>Page <fo:page-number/> of
<fo:page-number-citation ref-id="theEnd"/> </fo:block>
</fo:static-content>
</fo:page-sequence>
使用 xmlns:fo="http://www.w3.org/1999/XSL/Format 命名空间并在文档末尾
任何帮助,将不胜感激。
谢谢