Comment Properties

The Comment type exposes the following members.

Properties
  NameDescription
Public propertyAuthor
Returns the author of a comment. Read-only ICommentAuthor.
Public propertyCreatedTime
Returns or sets the time of a comment creation. Setting this property to MinValue means no comment time is set. Read/write DateTime.
Public propertyParentComment
Gets or sets parent comment. Read/write IComment.
Public propertyPosition
Returns or sets the position of a comment on a slide. Read/write PointF.
Public propertySlide
Returns or sets the parent slide of a comment. Read-only ISlide.
Public propertyText
Returns or sets the plain text of a slide comment. Read/write String.
See Also