Epub Reader Publication Custom Css Options
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())
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.