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.
| Modifier and Type | Field and Description |
|---|---|
static WebFileType |
Chm
The CHM file format represents Microsoft HTML help file that consists of a collection of HTML pages.
|
static WebFileType |
Htm
HTM (Hyper Text Markup Language) is the extension for web pages created for display in browsers.
|
static WebFileType |
Html
HTML (Hyper Text Markup Language) is the extension for web pages created for display in browsers.
|
static 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 |
Mht
Files with MHTML extension represent a web page archive format that can be created by a number of different applications.
|
static WebFileType |
Mhtml
Files with MHTML extension represent a web page archive format that can be created by a number of different applications.
|
static WebFileType |
Xml
XML stands for Extensible Markup Language that is similar to HTML but different in using tags for defining objects.
|
| Modifier | Constructor and Description |
|---|---|
|
WebFileType()
Serialization constructor
|
protected |
WebFileType(String extension,
String fileFormat) |
| Modifier and Type | Method and Description |
|---|---|
ConvertOptions |
getConvertOptions()
Prepared default convert options for the file type
|
static FileType[] |
getExcludedTargetTypes() |
LoadOptions |
getLoadOptions()
Prepared default load options for the source file type
|
equals, equals, fromExtension, fromFilename, fromStream, getAllTypes, getAllTypes, getAllTypes, getDescription, getExtension, getFamily, getFileFormat, hashCode, isObsolete, toStringcompareTo, fromDisplayName, fromValue, getAll, getKey, getName, op_Equality, op_Inequalitypublic static final WebFileType Chm
public static final WebFileType Htm
public static final WebFileType Html
public static final WebFileType Json
public static final WebFileType Mht
public static final WebFileType Mhtml
public static final WebFileType Xml
public ConvertOptions getConvertOptions()
FileTypegetConvertOptions in class FileTypepublic static FileType[] getExcludedTargetTypes()
public LoadOptions getLoadOptions()
FileTypegetLoadOptions in class FileTypeCopyright © 2024. All rights reserved.