Share via


Comment Object Members

PowerPoint Developer Reference

Represents a comment on a given slide or slide range. The Comment object is a member of the Comments collection object.

Methods

  Name Description
Bb251419.methods(en-us,office.12).gif Delete Deletes the specified object.

Properties

  Name Description
Bb251419.properties(en-us,office.12).gif Application Returns an Application object that represents the creator of the specified object.
Bb251419.properties(en-us,office.12).gif Author Returns a String that represents the author as for a specified Comment object. Read-only.
Bb251419.properties(en-us,office.12).gif 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, and so on. Read-only.
Bb251419.properties(en-us,office.12).gif AuthorInitials Returns the author's initials as a read-only String for a specified Comment object. Read-only.
Bb251419.properties(en-us,office.12).gif DateTime Returns a Date representing the date and time a comment was created.
Bb251419.properties(en-us,office.12).gif 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.
Bb251419.properties(en-us,office.12).gif Parent Returns the parent object for the specified object.
Bb251419.properties(en-us,office.12).gif Text Returns a String that represents the text in a comment. Read-only.
Bb251419.properties(en-us,office.12).gif 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.