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 of a specified Comment object. Read-only. | |
AuthorIndex | Returns 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-precision floating-point number 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-precision floating-point number 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