Comment Interface
Represents a comment on a given slide or slide range. The Comment object is a member of the Comments collection object.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("914934D5-5A91-11CF-8700-00AA0060263B")> _
Public Interface Comment
'Usage
Dim instance As Comment
[GuidAttribute("914934D5-5A91-11CF-8700-00AA0060263B")]
public interface Comment
Remarks
Use the following properties to access comment data:
The author's full name. |
|
The author's index in the list of comments. |
|
The author's initials. |
|
The date and time the comment was created. |
|
The text of the comment. |
|
The comment's screen coordinates. |