gpt4 book ai didi

coldfusion - 使用 cfdocument 时只在最后一页添加页脚

转载 作者:行者123 更新时间:2023-12-04 01:24:55 26 4
gpt4 key购买 nike

我正在使用 cfdocument 创建一个多页文档(使用动态文本创建,因此可以有任意数量的页面,甚至一页)。

我可以用 <cfdocumentitem type="footer">为每一页添加页脚,但有什么办法只能在文档的最后一页添加页脚?

谢谢。

最佳答案

只需添加 evalAtPrint 属性。然后您可以使用页码变量有条件地设置页脚。

<cfdocumentitem type="footer" evalAtPrint="true">
<cfif cfdocument.currentPageNumber eq cfdocument.totalPageCount>
This is the last page
</cfif>
</cfdocumentitem>

关于coldfusion - 使用 cfdocument 时只在最后一页添加页脚,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4795207/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com