Epub Reflow Plugin Options
data class EpubReflowPluginOptions(val cssForcedPageBreak: Boolean = true, val customCssValuePenalizer: CustomCssValuePenalizerOptions? = null, val customElementPenalizer: CustomElementPenalizerOptions? = null, val customForcedPageBreak: CustomForcedPageBreakOptions? = null, val floatingOrphanPenalizer: FloatingOrphanPenalizerOptions? = null, val fragmentableElements: FragmentableElementsOptions? = null, val listBreak: ListBreakOptions? = null, val mediaShrink: MediaShrinkReflowPluginOptions? = null, val orphanTextPattern: OrphanTextPatternOptions? = null, val unforcedTextBreak: UnforcedTextBreakOptions? = null, val verticalWhitespacePenalizer: VerticalWhitespacePenalizerOptions? = null)
Constructors
Link copied to clipboard
fun EpubReflowPluginOptions(cssForcedPageBreak: Boolean = true, customCssValuePenalizer: CustomCssValuePenalizerOptions? = null, customElementPenalizer: CustomElementPenalizerOptions? = null, customForcedPageBreak: CustomForcedPageBreakOptions? = null, floatingOrphanPenalizer: FloatingOrphanPenalizerOptions? = null, fragmentableElements: FragmentableElementsOptions? = null, listBreak: ListBreakOptions? = null, mediaShrink: MediaShrinkReflowPluginOptions? = null, orphanTextPattern: OrphanTextPatternOptions? = null, unforcedTextBreak: UnforcedTextBreakOptions? = null, verticalWhitespacePenalizer: VerticalWhitespacePenalizerOptions? = null)