public final class MarkupFileType extends FileType implements Serializable
Defines Markup and Web file formats. Includes the following file types:
Htm
,
Html
.
Learn more about Image formats here.
Modifier and Type | Field and Description |
---|---|
static MarkupFileType |
Htm
HTM (Hyper Text Markup Language) is the extension for web pages created for display in browsers.
|
static MarkupFileType |
Html
HTML (Hyper Text Markup Language) is the extension for web pages created for display in browsers.
|
static MarkupFileType |
Mht
Files with MHTML extension represent a web page archive format that can be created by a number of different applications.
|
static MarkupFileType |
Mhtml
Files with MHTML extension represent a web page archive format that can be created by a number of different applications.
|
Constructor and Description |
---|
MarkupFileType()
Serialization constructor
|
Modifier and Type | Method and Description |
---|---|
ConvertOptions |
getConvertOptions()
Prepared default convert options for the file type
|
fromExtension, fromFilename, fromStream, getAllTypes, getAllTypes, getDescription, getExtension, getFileFormat, toString
compareTo, equals, equals, fromDisplayName, fromValue, getAll, hashCode, op_Equality, op_Inequality
public static final MarkupFileType Html
HTML (Hyper Text Markup Language) is the extension for web pages created for display in browsers. Learn more about this file format here.
public static final MarkupFileType Htm
HTM (Hyper Text Markup Language) is the extension for web pages created for display in browsers. Learn more about this file format here.
public static final MarkupFileType Mht
public static final MarkupFileType Mhtml
public ConvertOptions getConvertOptions()
FileType
getConvertOptions
in class FileType