Custom Forced Page Break Options
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())