CommentFormat module
- class CommentFormat.CommentFormat
Bases:
DocumentSerializableRepresents a comment format.
- property Author: str
Gets or sets the user.
- Returns:
The user.
- Clone(doc: IDocument) CommentFormat
Creates a new object that is a copy of the current instance.
- Parameters:
doc – The document.
- Returns:
A new object that is a copy of this instance.
- property CommentId: int
Gets or sets the id of the comment.
- Returns:
The comment id.
- property DateTime: DateTime
Gets or sets the DateTime.
- Returns:
The DateTime.
- property Initial: str
Gets or sets the user initials.
- Returns:
The user initials.
