Comment Members
Include Protected Members
Include Inherited Members
Represents a comment on a given slide or slide range. The Comment object is a member of the Comments collection object.
The Comment type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the creator of the specified object. | |
Author | Returns a String that represents the author as for a specified Comment object. Read-only. | |
AuthorIndex | Returns a Long representing the index number of a comment for a given author. The first comment for a given author has an index number of 1, their second comment has an index number of 2. Read-only. | |
AuthorInitials | Returns the author's initials as a read-only String for a specified Comment object. Read-only. | |
DateTime | Returns the date and time a comment was created. | |
Left | Returns a Single that represents the distance in points from the left edge of the comment to the left edge of the slide. Read-only. | |
Parent | Returns the parent object for the specified object. | |
Text | Returns a String that represents the text in a comment. Read-only. | |
Top | Returns a Single that represents the distance in points from the left edge of the comment to the left edge of the slide. Read-only. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the specified Comment object. |
Top