IComment

IComment interface

Represents a comment on a slide.

public interface IComment

Properties

NameDescription
Author { get; }Returns the author of a comment. Read-only ICommentAuthor.
CreatedTime { get; set; }Returns or sets the time of a comment creation. Setting this property to MinValue means no comment time is set. Read/write DateTime.
ParentComment { get; set; }Gets or sets parent comment. Read/write IComment.
Position { get; set; }Returns or sets the position of a comment on a slide. Read/write PointF.
Slide { get; }Returns or sets the parent slide of a comment. Read-only ISlide.
Text { get; set; }Returns or sets the plain text of a slide comment. Read/write String.

Methods

NameDescription
Remove()Removes comment and all its replies from the parent collection.

See Also