public class Config extends Object
| Modifier and Type | Field and Description |
|---|---|
private Document |
document
Defines the document parameters.
|
private DocumentType |
documentType
Defines the document type to be opened.
|
private EditorConfig |
editorConfig
Defines the editor interface parameters.
|
private String |
height
Defines the document height (100% by default) in the browser window.
|
private String |
token
Defines the encrypted signature added to the Document Server config in the form of a token.
|
private Type |
type
Defines the platform type used to access the document.
|
private String |
width
Defines the document width (100% by default) in the browser window.
|
| Constructor and Description |
|---|
Config() |
private DocumentType documentType
private String height
private String token
private Type type
private String width
private EditorConfig editorConfig
private Document document
Copyright © 2023–2024. All rights reserved.