| Package | Description |
|---|---|
| com.onlyoffice.model.documenteditor.config | |
| com.onlyoffice.model.documenteditor.config.editorconfig | |
| com.onlyoffice.service.documenteditor.config |
| Modifier and Type | Field and Description |
|---|---|
private Mode |
EditorConfig.mode
Defines the editor opening mode.
|
| Modifier and Type | Method and Description |
|---|---|
static Mode |
Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mode[] |
Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Config |
DefaultConfigService.createConfig(String fileId,
Mode mode,
String userAgent) |
Config |
ConfigService.createConfig(String fileId,
Mode mode,
String userAgent)
Creates a configuration for the document editor using the User-Agent request header.
|
Config |
DefaultConfigService.createConfig(String fileId,
Mode mode,
Type type) |
Config |
ConfigService.createConfig(String fileId,
Mode mode,
Type type)
Creates a configuration for the document editor using the
Type parameter. |
CoEditing |
DefaultConfigService.getCoEditing(String fileId,
Mode mode,
Type type) |
CoEditing |
ConfigService.getCoEditing(String fileId,
Mode mode,
Type type)
Returns the
CoEditing object. |
EditorConfig |
DefaultConfigService.getEditorConfig(String fileId,
Mode mode,
Type type) |
EditorConfig |
ConfigService.getEditorConfig(String fileId,
Mode mode,
Type type)
Returns the
EditorConfig object. |
Copyright © 2023–2024. All rights reserved.