How to match comments on an image using kix anchor (or not) in Google Docs

后端 未结 1 695
名媛妹妹
名媛妹妹 2020-12-09 23:38

It\'s possible to retrieve elements of an open Google Docs document, starting from

DocumentApp.openById(doc_id, folder_id)

but the comments

相关标签:
1条回答
  • 2020-12-10 00:23

    Simple answer is you can't match reliably. The anchors simply aren't exposed in the Document API anywhere. If they were exposed, I'd expect them to appear as NamedRange or Bookmark entries, but neither appears populated by comment anchors.

    0 讨论(0)
提交回复
热议问题