UnforcedTextBreakOptions

data class UnforcedTextBreakOptions(val loneWidowNotFragmented: UnforcedTextBreakOptionsRule? = null, val orphans: UnforcedTextBreakOptionsRule? = null, val textFragmentationPenalty: Int? = null, val widows: UnforcedTextBreakOptionsRule? = null)

Constructors

Link copied to clipboard
fun UnforcedTextBreakOptions(loneWidowNotFragmented: UnforcedTextBreakOptionsRule? = null, orphans: UnforcedTextBreakOptionsRule? = null, textFragmentationPenalty: Int? = null, widows: UnforcedTextBreakOptionsRule? = null)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard