Class Comment
Block container for comment annotations, linking start and end markers with author metadata and content.
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class Comment : BlockContainerBase, IChildrenList
Properties
Author
Gets or sets the name of the person who created this comment.
Declaration
public string Author { get; set; }
Property Value
|
System.String
The author. |
CommentRangeEnd
Gets the inline marker that defines where the comment range ends in the document.
Declaration
public CommentRangeEnd CommentRangeEnd { get; }
Property Value
|
CommentRangeEnd
The comment range end. |
CommentRangeStart
Gets the inline marker that defines where the comment range begins in the document.
Declaration
public CommentRangeStart CommentRangeStart { get; }
Property Value
|
CommentRangeStart
The comment range start. |
Date
Gets or sets when the comment was created or last modified.
Declaration
public DateTime Date { get; set; }
Property Value
|
System.DateTime
The date and time. |
Initials
Gets or sets the author's initials displayed with the comment.
Declaration
public string Initials { get; set; }
Property Value
|
System.String
The initials. |