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 |
Chm
The CHM file format represents Microsoft HTML help file that consists of a collection of HTML pages.
|
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
|
static FileType[] |
getExcludedTargetTypes() |
LoadOptions |
getLoadOptions()
Prepared default load options for the source file type
|
fromExtension, fromFilename, fromStream, getAllTypes, getAllTypes, getAllTypes, getDescription, getExtension, getFamily, 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 static final MarkupFileType Chm
public LoadOptions getLoadOptions()
FileType
getLoadOptions
in class FileType
public ConvertOptions getConvertOptions()
FileType
getConvertOptions
in class FileType
public static FileType[] getExcludedTargetTypes()