Readium
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Readium
readium-navigator-web-fixedlayout
/
org.readium.navigator.web.fixedlayout.preferences
/
FixedWebPreferences
Fixed
Web
Preferences
@
Serializable
data
class
FixedWebPreferences
(
val
fit
:
Fit
?
=
null
,
val
readingProgression
:
ReadingProgression
?
=
null
,
val
spreads
:
Boolean
?
=
null
)
:
Preferences
<
FixedWebPreferences
>
Members
Constructors
Fixed
Web
Preferences
Link copied to clipboard
constructor
(
fit
:
Fit
?
=
null
,
readingProgression
:
ReadingProgression
?
=
null
,
spreads
:
Boolean
?
=
null
)
Properties
fit
Link copied to clipboard
val
fit
:
Fit
?
reading
Progression
Link copied to clipboard
val
readingProgression
:
ReadingProgression
?
spreads
Link copied to clipboard
val
spreads
:
Boolean
?
Functions
plus
Link copied to clipboard
open
operator override
fun
plus
(
other
:
FixedWebPreferences
)
:
FixedWebPreferences