Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.13 KB

File metadata and controls

18 lines (14 loc) · 1.13 KB

DocxComment

Properties

Name Type Description Notes
path str Path to the comment in the document [optional]
author str Author name of the comment [optional]
author_initials str Initials of the author of the comment [optional]
comment_text str Text content of the comment [optional]
comment_date datetime Date timestamp of the comment [optional]
is_top_level bool True if the comment is at the top level, false if this comment is a child reply of another comment [optional]
is_reply bool True if this comment is a reply to another comment, false otherwise [optional]
parent_comment_path str Path to the parent of this comment, if this comment is a reply, otherwise this value will be null [optional]
done bool True if this comment is marked as Done in Word, otherwise it is false [optional]

[Back to Model list] [Back to API list] [Back to README]