OPFRenderer

laika.render.epub.OPFRenderer
class OPFRenderer

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def render[F[_]](result: RenderedTreeRoot[F], title: String, config: BookConfig): String

Renders the content of an EPUB Package document (OPF) generated from the specified document tree.

Renders the content of an EPUB Package document (OPF) generated from the specified document tree.

Attributes