BookConfig

laika.theme.config.BookConfig
See theBookConfig companion object
sealed abstract class BookConfig

Captures common configuration element of e-books, used by both EPUB and PDF renderers.

Attributes

Companion
object
Source
BookConfig.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

Attributes

Source
BookConfig.scala

Attributes

Source
BookConfig.scala

The path to the cover image within the virtual document tree.

The path to the cover image within the virtual document tree.

Attributes

Source
BookConfig.scala

The publication date of the book, either taken from the provided metadata or, if that is empty, using the current time.

The publication date of the book, either taken from the provided metadata or, if that is empty, using the current time.

Attributes

Source
BookConfig.scala

The fonts that should be embedded in the e-book output.

The fonts that should be embedded in the e-book output.

Attributes

Source
BookConfig.scala

The publication date formatted as an ISO instant.

The publication date formatted as an ISO instant.

Attributes

Source
BookConfig.scala

The identifier to be used for metadata in the book output, either taken from the provided metadata or, if that is empty, generated randomly.

The identifier to be used for metadata in the book output, either taken from the provided metadata or, if that is empty, generated randomly.

Attributes

Source
BookConfig.scala

The language to be used for metadata in the book output, either taken from the provided metadata or, if that is empty, taken from the default locale of the running program.

The language to be used for metadata in the book output, either taken from the provided metadata or, if that is empty, taken from the default locale of the running program.

Attributes

Source
BookConfig.scala

Metadata to be embedded in the document in a way that respective reader software can surface.

Metadata to be embedded in the document in a way that respective reader software can surface.

Attributes

Source
BookConfig.scala

Attributes

Source
BookConfig.scala

Attributes

Source
BookConfig.scala

Attributes

Source
BookConfig.scala

Attributes

Source
BookConfig.scala