找回密码
 立即注册

QQ登录

只需一步,快速开始

瑞雪
初级会员   /  发表于:2024-11-27 16:31  /   查看:117  /  回复:2
3金币

最佳答案

查看完整内容

您好!工作表的页眉页脚被保存在PrintInfo对象中,通过Worksheet:printInfo()即可获取PrintInfo对象,通过该对象的header***、footer***(***由Left、Center、Right三个位置代替)即可获取页眉页脚内容。 可以参考官网教程和API文档了解详情: 教程--https://demo.grapecity.com.cn/spreadjs/SpreadJSTutorial/features/print/custom-print/purejs API文档--https://demo.grapecity.com.cn/spreadjs/help/api/classes/GC.Spre ...

2 个回复

倒序浏览
最佳答案
最佳答案
Wilson.Zhang
超级版主   /  发表于:2024-11-27 16:31:09
来自 3#
您好!工作表的页眉页脚被保存在PrintInfo对象中,通过Worksheet:printInfo()即可获取PrintInfo对象,通过该对象的header***、footer***(***由Left、Center、Right三个位置代替)即可获取页眉页脚内容。

可以参考官网教程和API文档了解详情:
教程--https://demo.grapecity.com.cn/sp ... custom-print/purejs
API文档--https://demo.grapecity.com.cn/sp ... ets.Print.PrintInfo
回复 使用道具 举报
Richard.HuangSpreadJS 开发认证
超级版主   /  发表于:2024-11-27 17:02:43
2#
您好,您可以参考这篇产品文档来实现获取和设置页眉页脚:https://demo.grapecity.com.cn/sp ... print-header-footer
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部