Class Reference
Core classes
| Class Name | Description |
|---|---|
EpubReader |
The main static class that provides methods like OpenBook and ReadBook |
EpubBook |
Represents a EPUB book with all its content and metadata |
EpubBookRef |
Represents a EPUB book with its metadata but with no content |
EpubContent |
A container for all content files within the EPUB book |
EpubSchema |
Parsed content of all EPUB schema files |
EpubReaderOptions |
Various options to configure the behavior of the EPUB reader |
Namespaces
| Namespace | Description |
|---|---|
VersOne.Epub |
The main namespace containing core classes like EpubReader and EpubBook |
VersOne.Epub.Options |
Contains classes that configure the behavior of the EPUB reader |
VersOne.Epub.Schema |
Contains classes representing the raw EPUB schema fields |
VersOne.Epub.Environment |
Contains interfaces that provide environment abstractions (e.g. file system) to facilitate unit testing |