Editor MembersĀ 

Represents a single user who has been given specific permissions to edit portions of a document.

The following tables list the members exposed by the Editor type.

Public Properties

  Name Description
Application Returns a 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.
ID Returns or sets the identifying label for the specified object when the current document is saved as a Web page.
Name Returns or sets the name of the specified object.
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 object.
Range Returns a Range object that represents the portion of a document that's contained in the specified object.

Top

Public Methods

  Name Description
Delete Deletes the specified object.
DeleteAll Deletes all editing permissions in a document for a specific user.
SelectAll Selects all the shapes in the main story, in a canvas, or in headers and footers of a document.

Top

See Also

Reference

Editor Interface
Microsoft.Office.Interop.Word Namespace