EpubReaderPublicationCustomCssOptions

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

Constructors

Link copied to clipboard
constructor(enableNormalizeCss: Boolean = true, injectionPointEnd: List<String> = emptyList(), injectionPointStart: 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 before any CSS specified in the content documents.

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)