VerticalWhiteSpacePenaltyStop

data class VerticalWhiteSpacePenaltyStop(val penalty: Int, val whitespaceRatio: Double)

Constructors

Link copied to clipboard
fun VerticalWhiteSpacePenaltyStop(penalty: Int, whitespaceRatio: Double)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)

Properties

Link copied to clipboard

The penalty score

Link copied to clipboard

A number between 0 and 1, where 0 means no vertical white-space, and 1 means blank page.