Comment Properties |
The Comment type exposes the following members.
Name | Description | |
---|---|---|
![]() | Author |
Returns the author of a comment.
Read-only ICommentAuthor.
|
![]() | CreatedTime | |
![]() | ParentComment |
Gets or sets parent comment.
Read/write IComment.
|
![]() | Position |
Returns or sets the position of a comment on a slide.
Read/write PointF.
|
![]() | Slide |
Returns or sets the parent slide of a comment.
Read-only ISlide.
|
![]() | Text |
Returns or sets the plain text of a slide comment.
Read/write String.
|