Editors Interface

Definition

A collection of Editor objects that represents a collection of users or groups of users who have been given specific permissions to edit portions of a document.

public interface class Editors
[System.Runtime.InteropServices.Guid("AED7E08C-14F0-4F33-921D-4C5353137BF6")]
public interface Editors
type Editors = interface
Public Interface Editors
Attributes

Remarks

Use the Add(Object) method to give a specified user or group permission to modify a range or selection within a document.

Properties

Application

Returns a Application object that represents the Microsoft Word application.

Count

Returns the number of items in the specified collection.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Parent

Returns an object that represents the parent object of the specified object.

Methods

Add(Object)

Returns an Editor object that represents a new permission for a specified user to modify a range or selection within a document.

Item(Object)

Returns a Editor object that represents a specific user or a group of users who have been given permission to edit a portion of a document.

Applies to