| Package | Description |
|---|---|
| com.groupdocs.conversion.filetypes |
The GroupDocs.Conversion.FileTypes namespace provides classes which represent supported file types.
|
| com.groupdocs.conversion.options.convert |
The GroupDocs.Conversion.Options.Convert namespace provides classes to specify additional options for document conversion process.
|
| 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 WebFileType |
WebFileType.Chm
The CHM file format represents Microsoft HTML help file that consists of a collection of HTML pages.
|
static WebFileType |
WebFileType.Htm
HTM (Hyper Text Markup Language) is the extension for web pages created for display in browsers.
|
static WebFileType |
WebFileType.Html
HTML (Hyper Text Markup Language) is the extension for web pages created for display in browsers.
|
static WebFileType |
WebFileType.Json
JSON (JavaScript Object Notation) is an open standard file format for sharing data that uses human-readable text to store and transmit data.
|
static WebFileType |
WebFileType.Mht
Files with MHTML extension represent a web page archive format that can be created by a number of different applications.
|
static WebFileType |
WebFileType.Mhtml
Files with MHTML extension represent a web page archive format that can be created by a number of different applications.
|
static WebFileType |
WebFileType.Xml
XML stands for Extensible Markup Language that is similar to HTML but different in using tags for defining objects.
|
| 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 |
|---|---|
static DataFileType |
DataFileType.dataFileType(WebFileType d)
Deprecated.
Explicit conversion from WebFileType to DataFileType
|
| Modifier and Type | Method and Description |
|---|---|
WebFileType |
MarkupConvertOptions.getFormat()
Deprecated.
The desired file type the input document should be converted to.
|
| Modifier and Type | Method and Description |
|---|---|
WebFileType |
WebLoadOptions.getFormat()
Gets Input document file type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebLoadOptions.setFormat(WebFileType format)
Sets Input document file type.
|
Copyright © 2026. All rights reserved.