我正在使用 XML 设计一个模板,我在页脚有以下代码:
<text:page-number text:select-page="current">1</text:page-number></text:p>
这段代码在页脚上给了我这个结果:
但是如果我在模板上有三页,我想要的是用表格“1/3”写。
请帮助我怎么做?
PS:我试过用这行代码来做,但它通常给出没有分隔符“/”的结果:
<text:page-number text:select-page="current">1</text:page-number><text:p text:style-name="P150">/</text:p><text:page-count ></text:page-count></text:p>