Packages

package epub

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class ContainerWriter extends AnyRef

    Creates the EPUB container based on a document tree and the HTML result of a preceding render operation.

  2. class HtmlNavRenderer extends AnyRef

    Renders the entire content of an EPUB HTML navigation file.

  3. 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.

  4. class OPFRenderer extends AnyRef

    Renders the content of an EPUB Package document (OPF).

Value Members

  1. object MimeTypes

    Lists the supported file types that get inserted into the EPUB container in addition to the dynamically rendered HTML content.

  2. object NavigationBuilder
  3. object StaticContent

    Holds static content for EPUB metadata files that do not depend on the input.

  4. object StyleSupport

    Processes CSS inputs for EPUB containers.

  5. object XHTMLRenderer extends HTMLRenderer

    Customizations of the default HTML renderer for AST elements where attributes specific to EPUB need to be rendered.

  6. object ZipWriter

Ungrouped