Layout

Hint about the nature of the layout for the publication. https://readium.org/webpub-manifest/contexts/default/#layout-and-reading-progression

Entries

Link copied to clipboard

Each resource is a “page” where both dimensions are usually contained in the device’s viewport. Based on user preferences, the reading system may also display two resources side by side in a spread.

Link copied to clipboard

Reading systems are free to adapt text and layout entirely based on user preferences.

Link copied to clipboard

Resources are displayed in a continuous scroll, usually by filling the width of the viewport, without any visible gap between between spine items.

Types

Link copied to clipboard

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
fun valueOf(value: String): Layout

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)