- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
可以检索打开的 Google Docs 文档的元素,从
DocumentApp.openById(doc_id, folder_id)
Comments.list
context
入口:
"content": "test comment on text",
"deleted": false,
"status": "open",
"context": {
"type": "text/html",
"value": "some text the comment is placed on"
},
"anchor": "kix.xxxxxxxxxxx1",
"content": "test comment on an image",
"deleted": false,
"status": "open",
"anchor": "kix.xxxxxxxxxxx2",
xxxxxxxxxxx1
/
xxxxxxxxxxx2
是唯一的 anchor ID 后缀,
kix
Google 的“专有”锚定前缀/
editor系统(正如 Steven Bazyl 在“
the video”开发人员指南页面上的
Managing comments and discussions 中描述的那样)。
"The anchor basically tells us where in the document this comment applies to. Because this is our format [at Google] we do have a proprietary anchoring scheme, which does make it difficult — or rather, impossible — for you to curatecreate? comments that are anchored to text in our document formats... but if it's a document format that you control, or if it's something where uh.. there are ways to locate it in an interchangeable way, you can put anchors in there that your app can position correctly, and potentially that other apps could read and position correctly as well."
anchor
由 Comments.list
提供方法, Comments.insert
只允许 fileId
, content
, context.type
和 context.value
:这里不可能有唯一的锚定 ID。 context
) ? 最佳答案
简单的答案是您无法可靠地匹配。 anchor 根本没有在 Document API 的任何地方公开。如果它们被公开,我希望它们显示为 NamedRange 或 Bookmark 条目,但它们都不会出现由评论 anchor 填充。
关于google-api - 如何在 Google Docs 中使用(或不使用)kix anchor 匹配图像上的评论,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29050342/
我喜欢谷歌文档,但我发现闪烁的光标非常分散注意力。新版本的 google docs 不遵守显示实心(不闪烁)光标的操作系统设置。 我看到光标实际上只是类“kix-cursor-caret”的一个 di
可以检索打开的 Google Docs 文档的元素,从 DocumentApp.openById(doc_id, folder_id) 但是文档上的评论是通过 Drive API 检索的,使用 Com
我是一名优秀的程序员,十分优秀!