为了账号安全,请及时绑定邮箱和手机立即绑定

如何在页脚中插入PAGE_NUMBER和PAGE_COUNT

如何在页脚中插入PAGE_NUMBER和PAGE_COUNT

PHP
斯蒂芬大帝 2022-09-17 20:59:11
我正在寻找页脚中的段落和元素段落的示例。我试过了,但我只能在页脚中插入文本:$requests = array (new \Google_Service_Docs_Request(array(    'insertText' => array(        'location' => array(            'segmentId' => $segmentId,                'index' => 0            ),            "text" => 'My Text'        ))),我试图像这样实现新的页脚:$footers = array(        new \Google_Service_Docs_Footer(array(            'footerId' => $segmentId,            'content' => [                'paragraph' => [                    'element' => [                        'textRun' => [                            'content' => 'My Text - '                        ]                    ]                ]            ]        )),        new \Google_Service_Docs_Footer(array(            'footerId' => $segmentId,            'content' => [                  'paragraph' => [                      'element' => [                          'AutoText' => [                              'type' => 'PAGE_NUMBER'                          ]                      ]                  ]            ]        )),        new \Google_Service_Docs_Footer(array(            'footerId' => $segmentId,            'content' => [                'paragraph' => [                    'element' => [                        'AutoText' => [                            'type' => 'PAGE_COUNT'                        ]                    ]                ]            ]        ))    );    $document->setFooters($footers);我们可以管理页脚的段落吗?
查看完整描述

2 回答

?
白猪掌柜的

TA贡献1893条经验 获得超10个赞

我不认为您可以通过API插入自动图文集。没有来自批处理更新的有效请求可用于此(通过插入文本请求插入的文本必须是字符串)。因此,只能通过 UI 进行设置:如果您使用的是 API,则只能检索它们。PAGE_NUMBERPAGE_COUNT

我建议您在此问题跟踪器组件中提交有关此问题的功能请求。

参考:


查看完整回答
反对 回复 2022-09-17
?
慕的地6264312

TA贡献1817条经验 获得超6个赞

问题正在进行中 https://issuetracker.google.com/issues/149275293 我有反馈时请与您保持联系


查看完整回答
反对 回复 2022-09-17
  • 2 回答
  • 0 关注
  • 87 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信