Метод Comment.getText
Метод возвращает текст комментария.
Пример
comments = document.getRange().getComments()
commentsEnumerator = comments.getEnumerator()
for comment in commentsEnumerator:
print(comment.getText())
Метод возвращает текст комментария.
comments = document.getRange().getComments()
commentsEnumerator = comments.getEnumerator()
for comment in commentsEnumerator:
print(comment.getText())