[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.EditorGroup

Enum EditorGroup

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

The edGrp attribute value of editors specifies that only user(s) who the current application associates with the editors group must be allowed to edit the contents between the start and end markers when document protection is being enforced.

public enum EditorGroup

Fields

Administrators = 2

Specifies that users associated with the Administrators group shall be allowed to edit range permissions using this editing group when document protection is enabled.

Contributors = 3

Specifies that users associated with the Contributors group shall be allowed to edit range permissions using this editing group when document protection is enabled.

Current = 6

Specifies that users associated with the Current group shall be allowed to edit range permissions using this editing group when document protection is enabled.

Editors = 4

Specifies that users associated with the Editors group shall be allowed to edit range permissions using this editing group when document protection is enabled.

Everyone = 1

Specifies that all users that open the document shall be allowed to edit range permissions using this editing group when document protection is enabled.

None = 0

Specifies that none of the users that open the document shall be allowed to edit range permissions using this editing group when document protection is enabled.

Owners = 5

Specifies that users associated with the Owners group shall be allowed to edit range permissions using this editing group when document protection is enabled.