Editor Interface 

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

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class ditorImplementation
    Implements Editor
End Class
Dim ditorImplementation1 As New ditorImplementation()

Syntax

Public Interface Editor
public interface Editor
public interface class Editor
public interface Editor
public interface Editor

Remarks

Users who can be given permissions include individual contributors and groups of users as defined for Document Workspace sites.

The permissions you assign to ranges and selections go into effect only after a document is protected. Use the Editors collection and the Editor object to assign specific permissions to sections of a document. Then use the Protect method to protect the document.

Use the Add method of the Editors collection to give a specified user or group permission to modify a range or selection within a document.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

Editor Members