package epub

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait BookNavigation extends AnyRef

    Represents a recursive book navigation structure.

  2. case class BookNavigationLink(title: String, link: String, pos: Int, children: Seq[BookNavigation]) extends BookNavigation with Product with Serializable

    Represents a book navigation entry that links to content in the document tree.

  3. case class BookSectionHeader(title: String, pos: Int, children: Seq[BookNavigation]) extends BookNavigation with Product with Serializable

    Represents a book navigation entry that only serves as a section header without linking to content.

  4. class ContainerWriter extends AnyRef

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

  5. class HtmlNavRenderer extends AnyRef

    Renders the entire content of an EPUB HTML navigation file.

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

  7. class OPFRenderer extends AnyRef

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

Value Members

  1. object BookNavigation
  2. object ConfigFactory

    Creates the EPUB configuration for a document tree.

  3. object HtmlRenderExtensions

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

  4. object HtmlTemplate

    The default template for EPUB XHTML renderers.

  5. object MimeTypes

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

  6. object StaticContent

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

  7. object StyleSupport

    Processes CSS inputs for EPUB containers.

  8. object ZipWriter

Ungrouped