Unforced Text Break Options
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)