Comment Object Members
Word Developer Reference |
Represents a single comment. The Comment object is a member of the Comments collection. The Comments collection includes comments in a selection, range or document.
Methods
Name | Description | |
---|---|---|
![]() |
Delete | Deletes the specified comment. |
![]() |
Edit | Opens the specified OLE object for editing in the application it was created in. |
Properties
Name | Description | |
---|---|---|
![]() |
Application | Returns an Application object that represents the Microsoft Word application. |
![]() |
Author | Returns or sets a String that represents the author name for a comment. Read/write. |
![]() |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long. |
![]() |
Date | Returns a Date that represents the date and time that a comment was inserted. Read-only. |
![]() |
Index | Returns a Long that represents the position of an item in a collection. Read-only. |
![]() |
Initial | Returns or sets the initials of the user associated with a specific comment. Read/write String. |
![]() |
IsInk | Returns a Boolean that represents whether a comment is a handwritten comment. |
![]() |
Parent | Returns an Object that represents the parent object of the specified Comment object. |
![]() |
Range | Returns a Range object that represents the contents of a comment. |
![]() |
Reference | Returns a Range object that represents a reference mark for a comment. |
![]() |
Scope | Returns a Range object that represents the range of text marked by the specified comment. |
![]() |
ShowTip | True if text associated with a comment is displayed in a ScreenTip. Read/write Boolean. |