package epub
- Alphabetic
- Public
- All
Type Members
-
class
ContainerWriter extends AnyRef
Creates the EPUB container based on a document tree and the HTML result of a preceding render operation.
-
class
HtmlNavRenderer extends AnyRef
Renders the entire content of an EPUB HTML navigation file.
-
class
NCXRenderer extends AnyRef
Renders the entire content of an NCX navigation file.
Renders the entire content of an NCX navigation file. These files will be ignored by EPUB 3 readers and are only added for backwards-compatibility with older readers.
-
class
OPFRenderer extends AnyRef
Renders the content of an EPUB Package document (OPF).
Value Members
-
object
MimeTypes
Lists the supported file types that get inserted into the EPUB container in addition to the dynamically rendered HTML content.
- object NavigationBuilder
-
object
StaticContent
Holds static content for EPUB metadata files that do not depend on the input.
-
object
StyleSupport
Processes CSS inputs for EPUB containers.
-
object
XHTMLRenderer extends HTMLRenderer
Customizations of the default HTML renderer for AST elements where attributes specific to EPUB need to be rendered.
- object ZipWriter