| Package | Description |
|---|---|
| com.onlyoffice.model.documenteditor | |
| com.onlyoffice.model.documenteditor.callback |
| Modifier and Type | Field and Description |
|---|---|
private ForcesaveType |
Callback.forcesavetype
Defines the type of initiator when the force saving request is performed.
|
| Modifier and Type | Field and Description |
|---|---|
private static Map<Integer,ForcesaveType> |
ForcesaveType.BY_ID
Defines a map of the force saving request types with their IDs.
|
| Modifier and Type | Method and Description |
|---|---|
static ForcesaveType |
ForcesaveType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForcesaveType |
ForcesaveType.valueOfId(Integer code)
Returns the enum constant of this type with the specified ID.
|
static ForcesaveType[] |
ForcesaveType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023–2024. All rights reserved.