public class EBookFormats
extends com.groupdocs.editor.formats.abstraction.DocumentFormatBase
| Modifier and Type | Field and Description |
|---|---|
static EBookFormats |
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 EBookFormats |
Epub
Electronic Publication (IDPF ePub) format is an e-book file format that provides a standard digital publication format for publishers and consumers.
|
static EBookFormats |
Mobi
MOBI is the name given to the format developed for the MobiPocket Reader.
|
| Modifier and Type | Method and Description |
|---|---|
static EBookFormats |
fromExtension(String extension)
Retrieves an instance of the specified type
EBookFormats that has the specified file extension. |
static EBookFormats |
fromString(String extension)
Converts a string representing a file extension to a
EBookFormats object. |
static List<EBookFormats> |
getAll()
Gets an enumerable collection of all
EBookFormats. |
equals, equals, fromMime, getExtension, getFormatFamily, getMime, hashCode, toStringpublic static final EBookFormats 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.
The format is an enhancement to older AZW files.
Learn more about this file format <a href="https://docs.fileformat.com/ebook/azw3/">here</a>.
public static final EBookFormats Epub
Electronic Publication (IDPF ePub) format is an e-book file format that provides a standard digital publication format for publishers and consumers.
Learn more about this file format <a href="https://docs.fileformat.com/ebook/epub/">here</a>.
public static final EBookFormats Mobi
MOBI is the name given to the format developed for the MobiPocket Reader. Also called PRC, AZW.
It is currently used by Amazon with a slightly different DRM scheme and called AZW.
Learn more about this file format <a href="https://docs.fileformat.com/ebook/mobi/">here</a>.
public static EBookFormats fromExtension(String extension)
Retrieves an instance of the specified type EBookFormats that has the specified file extension.
extension - The file extension of the document format.EBookFormats with the specified file extension.com.aspose.ms.System.InvalidOperationException - Thrown when no matching document format is found.public static EBookFormats fromString(String extension)
Converts a string representing a file extension to a EBookFormats object.
extension - The file extension to convert. If the extension contains multiple periods, the part after the last period is used.EBookFormats object corresponding to the specified file extension.EBookFormats - Thrown when the specified file extension is null.public static List<EBookFormats> getAll()
Gets an enumerable collection of all EBookFormats.
IEnumerable{EBookFormats} containing all instances of EBookFormats.Copyright © 2026. All rights reserved.