Editor Object Members
Word Developer Reference |
Represents a single user who has been given specific permissions to edit portions of a document.
Methods
Name | Description | |
---|---|---|
Delete | Deletes the specified Editor object. | |
DeleteAll | Deletes all editing permissions in a document for a specific user. | |
SelectAll | Selects all the shapes in a document that were inserted or edited by a single user. |
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the Microsoft Word application. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long. | |
ID | Returns or sets the identifying label for the specified object when the parent document is saved as a Web page. Read-only String. | |
Name | Returns or sets the name of the specified object. Read-only String. | |
NextRange | Returns a Range object that represents the next range for which a user has permissions to modify. | |
Parent | Returns an Object that represents the parent object of the specified Editor object. | |
Range | Returns a Range object that represents the portion of a document that is contained in the specified object. |