EpubReaderPublicationCustomCssOptions

data class EpubReaderPublicationCustomCssOptions(val enableNormalizeCss: Boolean = true, val injectionPointEnd: List<String> = emptyList(), val injectionPointEndUnprocessed: List<String> = emptyList(), val injectionPointStart: List<String> = emptyList(), val injectionPointStartUnprocessed: List<String> = emptyList())

Constructors

Link copied to clipboard
constructor(enableNormalizeCss: Boolean = true, injectionPointEnd: List<String> = emptyList(), injectionPointEndUnprocessed: List<String> = emptyList(), injectionPointStart: List<String> = emptyList(), injectionPointStartUnprocessed: List<String> = emptyList())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Controls if the CSS reset/normalizer "normalize.css" should be injected into all reflowable EPUB content documents.

Link copied to clipboard

Extra CSS to inject after any CSS specified in the content documents.

Link copied to clipboard

Extra CSS to inject after any CSS specified in the content documents. These styles are NOT affected by publicationStyleOptions transformations.

Link copied to clipboard

Extra CSS to inject before any CSS specified in the content documents.

Link copied to clipboard

Extra CSS to inject before any CSS specified in the content documents. These styles are NOT affected by publicationStyleOptions transformations.

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)