com.spire.doc.documents
Enum EditingGroup

java.lang.Object
  extended by java.lang.Enum<EditingGroup>
      extended by com.spire.doc.documents.EditingGroup
All Implemented Interfaces:
java.lang.Comparable<EditingGroup>

public enum EditingGroup
extends java.lang.Enum<EditingGroup>

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


Enum Constant Summary
Administrators
          Members of the administrator group on the computer.
Contributors
          Contributors to the documnet.
Current
          The current user.
Editors
          Editors of the documnet.
Everyone
          All users.
None
          No users.
Owners
          Owners of the documnet.
 
Method Summary
 int getValue()
           
 

Enum Constant Detail

None

public static final EditingGroup None
No users.


Current

public static final EditingGroup Current
The current user.


Editors

public static final EditingGroup Editors
Editors of the documnet.


Owners

public static final EditingGroup Owners
Owners of the documnet.


Contributors

public static final EditingGroup Contributors
Contributors to the documnet.


Administrators

public static final EditingGroup Administrators
Members of the administrator group on the computer.


Everyone

public static final EditingGroup Everyone
All users.

Method Detail

getValue

public int getValue()