toggle menu
colibrio-reader-framework
4.0.0-rc-2
androidJvm
switch theme
search in API
colibrio-reader-framework
/
com.colibrio.readingsystem.formatadapter.epub
/
VerticalWhitespacePenalizerOptions
Vertical
Whitespace
Penalizer
Options
data
class
VerticalWhitespacePenalizerOptions
(
val
stops
:
List
<
VerticalWhiteSpacePenaltyStop
>
=
emptyList()
)
Members
Constructors
Vertical
Whitespace
Penalizer
Options
Link copied to clipboard
constructor
(
stops
:
List
<
VerticalWhiteSpacePenaltyStop
>
=
emptyList()
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
stops
Link copied to clipboard
val
stops
:
List
<
VerticalWhiteSpacePenaltyStop
>
Functions
serialize
Link copied to clipboard
fun
serialize
(
generator
:
JsonGenerator
)