Skip to content

//shared/org.readium.r2.shared.publication/ReadingProgression

ReadingProgression

[androidJvm]\ enum ReadingProgression : Enum<ReadingProgression> , Parcelable

Entries

AUTO [androidJvm]
AUTO("auto")
BTT [androidJvm]
BTT("btt")
Bottom to top
TTB [androidJvm]
TTB("ttb")
Top to bottom
LTR [androidJvm]
LTR("ltr")
Left to right
RTL [androidJvm]
RTL("rtl")
Right to left

Types

Name Summary
Companion [androidJvm]
object Companion : MapWithDefaultCompanion<String, ReadingProgression>

Functions

Name Summary
describeContents [androidJvm]
abstract fun describeContents(): Int
writeToParcel [androidJvm]
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Name Summary
name [androidJvm]
val name: String
ordinal [androidJvm]
val ordinal: Int
value [androidJvm]
val value: String