OverflowController

This controller enables navigation through the viewport of an overflowing publication.

Properties

Link copied to clipboard
abstract val canMoveBackward: Boolean

Whether one can move backward through the content or not because the content shown is the beginning.

Link copied to clipboard
abstract val canMoveForward: Boolean

Whether one can move forward through the content or not because the content shown is the end.

Link copied to clipboard
abstract val overflow: Overflow

Information about the current presentation of the rendition.

Functions

Link copied to clipboard
abstract suspend fun moveBackward()

Moves to the previous content portion (eg. page) in the reading progression direction.

Link copied to clipboard
abstract suspend fun moveForward()

Moves to the next content portion (eg. page) in the reading progression direction.

Link copied to clipboard

Moves to the left content portion (eg. page) relative to the reading progression direction.

Link copied to clipboard

Moves to the right content portion (eg. page) relative to the reading progression direction.