参考接口 https://solution.wps.cn/docs/client/api/PPT/Tags.html#item
参数要求与参考文档不一致, 用字符格式取不到内容。
实际应用
参考接口 https://solution.wps.cn/docs/client/api/PPT/Tags.html#item
参数要求与参考文档不一致, 用字符格式取不到内容。
实际应用
你好,这里有文档错误,实际使用方法如下
await app.ActivePresentation.SlideShowWindow.View.Slide.Tags.Item({ Name: "test" });
其中的Name值与Add中Name的值一致
await app.ActivePresentation.SlideShowWindow.View.Slide.Tags.Add({Name: 'test', Value: '123'})