| Package | Description |
|---|---|
| com.onlyoffice.manager.document | |
| com.onlyoffice.model.common | |
| com.onlyoffice.model.documenteditor | |
| com.onlyoffice.model.documenteditor.config.document |
| Modifier and Type | Method and Description |
|---|---|
DocumentType |
DocumentManager.getDocumentType(String fileName)
Returns the document type by the file name.
|
DocumentType |
DefaultDocumentManager.getDocumentType(String fileName) |
| Modifier and Type | Method and Description |
|---|---|
String |
DocumentManager.getDefaultExtension(DocumentType documentType)
Returns the default OOXML extension by the specified document type.
|
String |
DefaultDocumentManager.getDefaultExtension(DocumentType documentType) |
| Modifier and Type | Field and Description |
|---|---|
private DocumentType |
Format.type
Defines the document format type.
|
| Modifier and Type | Field and Description |
|---|---|
private DocumentType |
Config.documentType
Defines the document type to be opened.
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentType |
DocumentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentType[] |
DocumentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023–2024. All rights reserved.