public class OnlyofficeConfig extends Object
| Constructor and Description |
|---|
OnlyofficeConfig() |
| Modifier and Type | Method and Description |
|---|---|
OnlyOfficeDocument |
getDocument() |
String |
getDocumentType() |
EditorConfig |
getEditorConfig() |
String |
getHeight() |
String |
getToken() |
String |
getType()
Getter for type.
|
String |
getWidth() |
void |
setDocument(OnlyOfficeDocument document) |
void |
setDocumentType(String documentType) |
void |
setEditorConfig(EditorConfig editorConfig) |
void |
setHeight(String height) |
void |
setToken(String token) |
void |
setType(String type)
Setter for type.
|
void |
setWidth(String width) |
public OnlyOfficeDocument getDocument()
public void setDocument(OnlyOfficeDocument document)
document - the document to setpublic String getDocumentType()
public void setDocumentType(String documentType)
documentType - the documentType to setpublic EditorConfig getEditorConfig()
public void setEditorConfig(EditorConfig editorConfig)
editorConfig - the editorConfig to setpublic String getWidth()
public void setWidth(String width)
width - the width to setpublic String getHeight()
public void setHeight(String height)
height - the height to setpublic String getType()
public void setType(String type)
type - the type to setpublic String getToken()
public void setToken(String token)
Copyright © 2021. All rights reserved.