You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello, Can I add comments in a word? document.paragraphs[27].get_range(8,12).add_comment("hello comment")
The paragraph is offset (8, 12), I think in paragraphs, run should have a get_range method.
python-docx add comment smallest object is run, MS add comment smallest object is any content .
hello, Can I add comments in a word?
document.paragraphs[27].get_range(8,12).add_comment("hello comment")
The paragraph is offset (8, 12), I think in paragraphs, run should have a get_range method.
python-docx add comment smallest object is run, MS add comment smallest object is any content .
Originally posted by @verydemo in #624 (comment)
The text was updated successfully, but these errors were encountered: