找回密码
 立即注册

QQ登录

只需一步,快速开始

lizhaoan

注册会员

2

主题

6

帖子

16

积分

注册会员

积分
16
  • 50

    金币

  • 2

    主题

  • 6

    帖子

最新发帖
lizhaoan
注册会员   /  发表于:2024-9-6 16:51  /   查看:504  /  回复:3
$('#print').click(function () {
                                var printInfo = new GC.Spread.Sheets.Print.PrintInfo();
                                console.log("prt:",printInfo);
                                //printInfo.header().image("left","images/spreadLogo.png");
                                printInfo.headerLeft("aaaa");
                                spread.print(printInfo);
            });

打印时页眉用代码怎么设置,页眉可以用图片吗,代码怎么写?




3 个回复

倒序浏览
Wilson.Zhang
超级版主   /  发表于:2024-9-6 17:52:48
沙发
本帖最后由 Wilson.Zhang 于 2024-9-6 17:53 编辑


您好!您可以参考官网教程了解下如何为页眉设置图片:
https://demo.grapecity.com.cn/sp ... custom-print/purejs
回复 使用道具 举报
lizhaoan
注册会员   /  发表于:2024-9-9 15:22:01
板凳
已解决,
回复 使用道具 举报
Wilson.Zhang
超级版主   /  发表于:2024-9-9 17:52:30
地板


解决就好,那就结贴了。如有问题,欢迎继续发帖沟通。
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部