Package-level declarations
Types
Link copied to clipboard
data class Presentation(val clipped: Boolean? = null, val continuous: Boolean? = null, val fit: Presentation.Fit? = null, val orientation: Presentation.Orientation? = null, val overflow: Presentation.Overflow? = null, val spread: Presentation.Spread? = null, val layout: EpubLayout? = null) : JSONable, Parcelable
The Presentation Hints extension defines a number of hints for User Agents about the way content should be presented to the user.
Properties
Link copied to clipboard
Specifies whether or not the parts of a linked resource that flow out of the viewport are clipped.
Link copied to clipboard
Suggested method for constraining a resource inside the viewport.
Link copied to clipboard
Suggested orientation for the device when displaying the linked resource.
Link copied to clipboard
Suggested method for handling overflow while displaying the linked resource.
Link copied to clipboard
Indicates how the linked resource should be displayed in a reading environment that displays synthetic spreads.
Link copied to clipboard
Link copied to clipboard
Indicates the condition to be met for the linked resource to be rendered within a synthetic spread.