ctx.word.document的功能'goto'

2020-08-26 17:46发布

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


嗨,

在官方文档中," goto"功能记录如下:

https://help.sap .com/viewer/dbe2687952b8433a953c6b6305429122/Cloud/zh-CN/2883dd876cd4409cbfce47f61c34f8ea.html

var result = ctx.word.document.goto({what:ctx.word.constants.goto.what.wdGoToBookmark,name:" main"});

我按如下方式使用它:< br>
ctx.word.document.goto({what:ctx.word.constants.goto.what.wdGoToBookmark,名称:'city'});

'city'是我的书签 字。 但是,它不起作用。

有人可以帮我举一个如何实现它的示例。
非常感谢!

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


嗨,

在官方文档中," goto"功能记录如下:

https://help.sap .com/viewer/dbe2687952b8433a953c6b6305429122/Cloud/zh-CN/2883dd876cd4409cbfce47f61c34f8ea.html

var result = ctx.word.document.goto({what:ctx.word.constants.goto.what.wdGoToBookmark,name:" main"});

我按如下方式使用它:< br>
ctx.word.document.goto({what:ctx.word.constants.goto.what.wdGoToBookmark,名称:'city'});

'city'是我的书签 字。 但是,它不起作用。

有人可以帮我举一个如何实现它的示例。
非常感谢!

付费偷看设置
发送
2条回答
樱桃小丸子0093
1楼-- · 2020-08-26 18:27

Hola,我对OpenSAP的响应是:

嗨乔尔,

的确,我检查了一下,发现它无法按说明工作。 我将向团队报告以更新文档。

就目前而言,您可以使用由官方microsoft 文档

例如,对于书签,它是:-1

  ctx.word.document.goto({what:-1,name:'city'});  

我希望这可以帮助您走得更远。 最好的问候,萨米尔

Saludos,

J

奄奄一息的小鱼
2楼-- · 2020-08-26 18:20

感谢您在此处发表评论!

一周热门 更多>