| Package | Description |
|---|---|
| com.onlyoffice.model.documenteditor | |
| com.onlyoffice.model.documenteditor.config.document | |
| com.onlyoffice.service.documenteditor.config |
| Modifier and Type | Field and Description |
|---|---|
private Type |
Config.type
Defines the platform type used to access the document.
|
| Modifier and Type | Method and Description |
|---|---|
static Type |
Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Type |
DefaultConfigService.getType(String userAgent) |
Type |
ConfigService.getType(String userAgent)
Returns the
Type object. |
| Modifier and Type | Method and Description |
|---|---|
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. |
Document |
DefaultConfigService.getDocument(String fileId,
Type type) |
Document |
ConfigService.getDocument(String fileId,
Type type)
Returns the
Document 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.