|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OpenModeType | |
---|---|
com.acesoft.aceoffix |
Uses of OpenModeType in com.acesoft.aceoffix |
---|
Methods in com.acesoft.aceoffix that return OpenModeType | |
---|---|
static OpenModeType |
OpenModeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static OpenModeType[] |
OpenModeType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.acesoft.aceoffix with parameters of type OpenModeType | |
---|---|
void |
AceoffixCtrlPHP.openDocument(java.lang.String documentURL,
OpenModeType openMode,
java.lang.String userName)
Opens an Office document online. |
void |
AceoffixCtrl.openDocument(java.lang.String documentURL,
OpenModeType openMode,
java.lang.String userName)
Opens an Office document online. |
void |
AceoffixCtrlPHP.wordCompare(java.lang.String documentURL,
java.lang.String documentURL2,
OpenModeType openMode,
java.lang.String userName)
Compares two different Word documents online. |
void |
AceoffixCtrl.wordCompare(java.lang.String documentURL,
java.lang.String documentURL2,
OpenModeType openMode,
java.lang.String userName)
Compares two different Word documents online. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |