CustomForcedPageBreakOptions

data class CustomForcedPageBreakOptions(val breakAfterRules: List<CustomForcedPageBreakOptionsRuleDef> = emptyList(), val breakBeforeRules: List<CustomForcedPageBreakOptionsRuleDef> = emptyList(), val breakMarkersRules: List<CustomForcedPageBreakOptionsRuleDef> = emptyList())

Options for the plugin ForcedBreakSelectorPlugin

Constructors

Link copied to clipboard
fun CustomForcedPageBreakOptions(breakAfterRules: List<CustomForcedPageBreakOptionsRuleDef> = emptyList(), breakBeforeRules: List<CustomForcedPageBreakOptionsRuleDef> = emptyList(), breakMarkersRules: List<CustomForcedPageBreakOptionsRuleDef> = emptyList())

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)

Properties