| Package | Description |
|---|---|
| com.groupdocs.conversion.filetypes |
The GroupDocs.Conversion.FileTypes namespace provides classes which represent supported file types.
|
| com.groupdocs.conversion.options.load |
The GroupDocs.Conversion.Options.Load namespace provides classes to specify additional options for document loading process.
|
| Modifier and Type | Field and Description |
|---|---|
static DataFileType |
DataFileType.Json
Deprecated.
This class will be removed in Conversion.Java 23.6. Please use WebFileType.Json instead.
|
static DataFileType |
DataFileType.Xml
Deprecated.
This class will be removed in Conversion.Java 23.6. Please use WebFileType.Xml instead.
|
| Modifier and Type | Method and Description |
|---|---|
static DataFileType |
DataFileType.dataFileType(WebFileType d)
Deprecated.
Explicit conversion from WebFileType to DataFileType
|
| Modifier and Type | Method and Description |
|---|---|
static WebFileType |
DataFileType.webFileType(DataFileType d)
Deprecated.
Implicit conversion from DataFileType to WebFileType
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataLoadOptions.setFormat(DataFileType format)
Deprecated.
|
Copyright © 2025. All rights reserved.