标签: google-apps-script google-docs google-docs-api
我想将光标放在已经占据位置之后的新行的开头:
var position = document.getCursor();
我尝试使用document.newPosition(element, offset),但我不知道要放入元素和偏移内容,如果有人可以帮助我,我会非常感激。
document.newPosition(element, offset)