EditingGroup module

class EditingGroup.EditingGroup(value)

Bases: Enum

Enum class representing 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 a range permission within a document. This mechanism provides a set of predefined editing groups which can be associated with accounts by applications in any desired manner.

Administrators = 65534
Contributors = 65533
Current = 65530
Editors = 65531
Everyone = 65535
Owners = 65532
none = 0