public final class EBookFileType extends FileType implements Serializable
Defines CAD documents (Computer Aided Design) that are used for a 3D graphics file formats and may contain 2D or 3D designs.
Includes the following types:
Epub,
Mobi,
Azw3,
Learn more about CAD formats here.
| Modifier and Type | Field and Description |
|---|---|
static EBookFileType |
Azw3
AZW3, also known as Kindle Format 8 (KF8), is the modified version of the AZW ebook digital file format developed for Amazon Kindle devices.
|
static EBookFileType |
Epub
EPUB extension are an e-book file format that provide a standard digital publication format for publishers and consumers.
|
static EBookFileType |
Mobi
The MOBI file format is one of the most widely used ebook file format.
|
| Constructor and Description |
|---|
EBookFileType()
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
|
equals, equals, fromExtension, fromFilename, fromStream, getAllTypes, getAllTypes, getAllTypes, getDescription, getExtension, getFamily, getFileFormat, hashCode, isObsolete, toStringcompareTo, fromDisplayName, fromValue, getAll, op_Equality, op_Inequalitypublic static final EBookFileType Epub
public static final EBookFileType Mobi
public static final EBookFileType Azw3
public LoadOptions getLoadOptions()
FileTypegetLoadOptions in class FileTypepublic ConvertOptions getConvertOptions()
FileTypegetConvertOptions in class FileTypepublic static FileType[] getExcludedTargetTypes()
Copyright © 2026. All rights reserved.