Aspose::Words::EditorType enum

EditorType enum

Specifies the set of possible aliases (or editing groups) which can be used as aliases to determine if the current user shall be allowed to edit a single range defined by an editable range within a document.

enum class EditorType

Values

NameValueDescription
Unspecified0Means that editor type is not specified.
Administrators1Specifies that users associated with the Administrators group shall be allowed to edit editable ranges using this editing type when document protection is enabled.
Contributors2Specifies that users associated with the Contributors group shall be allowed to edit editable ranges using this editing type when document protection is enabled.
Current3Specifies that users associated with the Current group shall be allowed to edit editable ranges using this editing type when document protection is enabled.
Editors4Specifies that users associated with the Editors group shall be allowed to edit editable ranges using this editing type when document protection is enabled.
Everyone5Specifies that all users that open the document shall be allowed to edit editable ranges using this editing type when document protection is enabled.
None6Specifies that none of the users that open the document shall be allowed to edit editable ranges using this editing type when document protection is enabled.
Owners7Specifies that users associated with the Owners group shall be allowed to edit editable ranges using this editing type when document protection is enabled.
Defaultn/aSame as Unspecified.

See Also