Comment Properties |
The Comment type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
AuthorInitials |
Gets or sets the author's initials as a read-only String for a specified Comment object
|
|
|
AuthorName |
Gets or sets a String that represents the author as for a specified Comment object.
|
|
|
DateTime |
Returns the date and time a comment was created.
Read/write
DateTime
.
|
|
|
IsReply |
if the comment is reply.
|
|
|
Left |
Represents the distance in points from the left edge of the comment to the left edge of the slide.
|
|
|
Parent |
Reference to Parent object. Read-only.
(Inherited from
PptObject
.)
|
|
|
Slide |
Gets or sets the parent slide of a comment.
Read-only
Slide
.
|
|
|
Text |
Returns a String that represents the text in a comment
Read/write
String
.
|
|
|
Top |
Represents the distance in points from the left edge of the comment to the left edge of the slide.
|