WebFileType
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.Enumeration, com.groupdocs.conversion.filetypes.FileType
All Implemented Interfaces: java.io.Serializable
public final class WebFileType extends FileType implements Serializable
Defines Web documents. Includes the following types: Xml, Json, Html, Htm, Mht, Mhtml, Chm, Learn more about web formats here.
Constructors
Constructor | Description |
---|---|
WebFileType() | Serialization constructor |
Fields
Field | Description |
---|---|
Xml | XML stands for Extensible Markup Language that is similar to HTML but different in using tags for defining objects. |
Json | JSON (JavaScript Object Notation) is an open standard file format for sharing data that uses human-readable text to store and transmit data. |
Html | HTML (Hyper Text Markup Language) is the extension for web pages created for display in browsers. |
Htm | HTM (Hyper Text Markup Language) is the extension for web pages created for display in browsers. |
Mht | Files with MHTML extension represent a web page archive format that can be created by a number of different applications. |
Mhtml | Files with MHTML extension represent a web page archive format that can be created by a number of different applications. |
Chm | The CHM file format represents Microsoft HTML help file that consists of a collection of HTML pages. |
Methods
Method | Description |
---|---|
getLoadOptions() | |
getConvertOptions() | |
getExcludedTargetTypes() |
WebFileType()
public WebFileType()
Serialization constructor
Xml
public static final WebFileType Xml
XML stands for Extensible Markup Language that is similar to HTML but different in using tags for defining objects. Learn more about this file format here.
Json
public static final 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. Learn more about this file format here.
Html
public static final WebFileType Html
HTML (Hyper Text Markup Language) is the extension for web pages created for display in browsers. Learn more about this file format here.
Htm
public static final WebFileType Htm
HTM (Hyper Text Markup Language) is the extension for web pages created for display in browsers. Learn more about this file format here.
Mht
public static final WebFileType Mht
Files with MHTML extension represent a web page archive format that can be created by a number of different applications. The format is known as archive format because it saves the web HTML code and associated resources in a single file. Learn more about this file format here.
Mhtml
public static final WebFileType Mhtml
Files with MHTML extension represent a web page archive format that can be created by a number of different applications. The format is known as archive format because it saves the web HTML code and associated resources in a single file. Learn more about this file format here.
Chm
public static final WebFileType Chm
The CHM file format represents Microsoft HTML help file that consists of a collection of HTML pages. It provides an index for quick accessing the topics and navigation to different parts of the help document. Learn more about this file format here.
getLoadOptions()
public LoadOptions getLoadOptions()
Prepared default load options for the source file type
Returns: LoadOptions
getConvertOptions()
public ConvertOptions getConvertOptions()
Prepared default convert options for the file type
Returns: ConvertOptions
getExcludedTargetTypes()
public static FileType[] getExcludedTargetTypes()
Returns: com.groupdocs.conversion.filetypes.FileType[]