Presentation
constructor(clipped: Boolean? = null, continuous: Boolean? = null, fit: Presentation.Fit? = null, orientation: Presentation.Orientation? = null, overflow: Presentation.Overflow? = null, spread: Presentation.Spread? = null, layout: EpubLayout? = null)
Parameters
clipped
Specifies whether or not the parts of a linked resource that flow out of the viewport are clipped.
continuous
Indicates how the progression between resources from the reading order should be handled.
fit
Suggested method for constraining a resource inside the viewport.
orientation
Suggested orientation for the device when displaying the linked resource.
overflow
Suggested method for handling overflow while displaying the linked resource.
spread
Indicates the condition to be met for the linked resource to be rendered within a synthetic spread.
layout
Hints how the layout of the resource should be presented (EPUB extension).