@Deprecated 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
Deprecated.
This class will be removed in Conversion.Java 23.6. Please use WebFileType.Chm instead.
|
static MarkupFileType |
Htm
Deprecated.
This class will be removed in Conversion.Java 23.6. Please use WebFileType.Htm instead.
|
static MarkupFileType |
Html
Deprecated.
This class will be removed in Conversion.Java 23.6. Please use WebFileType.Html instead.
|
static MarkupFileType |
Mht
Deprecated.
This class will be removed in Conversion.Java 23.6. Please use WebFileType.Mht instead.
|
static MarkupFileType |
Mhtml
Deprecated.
This class will be removed in Conversion.Java 23.6. Please use WebFileType.Mhtml instead.
|
| Constructor and Description |
|---|
MarkupFileType()
Deprecated.
Serialization constructor
|
| Modifier and Type | Method and Description |
|---|---|
ConvertOptions |
getConvertOptions()
Deprecated.
Prepared default convert options for the file type
|
static FileType[] |
getExcludedTargetTypes()
Deprecated.
|
LoadOptions |
getLoadOptions()
Deprecated.
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, op_Equality, op_Inequality@Deprecated 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.
@Deprecated 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.
@Deprecated public static final MarkupFileType Mht
@Deprecated public static final MarkupFileType Mhtml
@Deprecated public static final MarkupFileType Chm
public LoadOptions getLoadOptions()
FileTypegetLoadOptions in class FileTypepublic ConvertOptions getConvertOptions()
FileTypegetConvertOptions in class FileTypepublic static FileType[] getExcludedTargetTypes()
Copyright © 2026. All rights reserved.