comments
comments
¶
Contains comments added to the document.
CommentsPart
¶
CommentsPart(
partname: PackURI,
content_type: str,
element: CT_Comments,
package: Package,
)
Bases: StoryPart
Container part for comments added to the document.
Source code in src/docx/parts/comments.py
comments
property
¶
comments: Comments
A Comments proxy object for the w:comments root element of this part.
default
classmethod
¶
default(package: Package) -> Self
A newly created comments part, containing a default empty w:comments element.