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.
|
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, 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 ConvertOptions getConvertOptions()
FileType
getConvertOptions
in class FileType
Copyright © 2020. All rights reserved.