| Package | Description |
|---|---|
| com.groupdocs.editor.formats |
The com.groupdocs.editor.formats namespace provides interfaces and classes that describes supported document formats.
|
| com.groupdocs.editor.options |
The com.groupdocs.editor.options namespace provides interfaces for load and save options.
|
| Modifier and Type | Field and Description |
|---|---|
static EBookFormats |
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 |
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 |
EBookFormats.Mobi
MOBI is the name given to the format developed for the MobiPocket Reader.
|
| Modifier and Type | Method and Description |
|---|---|
static EBookFormats |
EBookFormats.fromExtension(String extension)
Retrieves an instance of the specified type
EBookFormats that has the specified file extension. |
static EBookFormats |
EBookFormats.fromString(String extension)
Converts a string representing a file extension to a
EBookFormats object. |
| Modifier and Type | Method and Description |
|---|---|
static List<EBookFormats> |
EBookFormats.getAll()
Gets an enumerable collection of all
EBookFormats. |
| Modifier and Type | Method and Description |
|---|---|
EBookFormats |
EbookSaveOptions.getOutputFormat()
Specifies the format of the resultant e-Book file: IDPF ePub, MOBI, or AZW3.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EbookSaveOptions.setOutputFormat(EBookFormats value)
Specifies the format of the resultant e-Book file: IDPF ePub, MOBI, or AZW3.
|
| Constructor and Description |
|---|
EbookSaveOptions(EBookFormats outputFormat)
Creates a new instance of
EbookSaveOptions with specified mandatory e-Book output format, while all other parameters are default |
Copyright © 2026. All rights reserved.