|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<EditingGroup>
com.spire.doc.documents.EditingGroup
public 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 |
---|
public static final EditingGroup None
public static final EditingGroup Current
public static final EditingGroup Editors
public static final EditingGroup Owners
public static final EditingGroup Contributors
public static final EditingGroup Administrators
public static final EditingGroup Everyone
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |