|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<OpenModeType>
com.acesoft.aceoffix.OpenModeType
public enum OpenModeType
The open mode AceoffixCtrl should use after the document is opened.
Enum Constant Summary | |
---|---|
docFinalizeDraft
Word FinalizeDraft mode. |
|
docForcedRevision
Word ForcedRevision mode. |
|
docNormalEdit
Word NormalEdit mode. |
|
docReadOnly
Word Read-only mode. |
|
docSubmitForm
Word SubmitForm mode. |
|
mppNormalEdit
Project NormalEdit mode. |
|
pptNormalEdit
PowerPoint NormalEdit mode. |
|
pptReadOnly
PowerPoint Read-only mode. |
|
vsdNormalEdit
Visio NormalEdit mode. |
|
xlsNormalEdit
Excel NormalEdit mode. |
|
xlsReadOnly
Excel Read-only mode. |
|
xlsSubmitForm
Excel SubmitForm mode. |
Method Summary | |
---|---|
static OpenModeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static OpenModeType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final OpenModeType docForcedRevision
public static final OpenModeType docFinalizeDraft
public static final OpenModeType docNormalEdit
public static final OpenModeType docReadOnly
public static final OpenModeType docSubmitForm
public static final OpenModeType xlsNormalEdit
public static final OpenModeType xlsReadOnly
public static final OpenModeType xlsSubmitForm
public static final OpenModeType pptNormalEdit
public static final OpenModeType pptReadOnly
public static final OpenModeType vsdNormalEdit
public static final OpenModeType mppNormalEdit
Method Detail |
---|
public static OpenModeType[] values()
for (OpenModeType c : OpenModeType.values()) System.out.println(c);
public static OpenModeType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |