TitlePageContainerOptions

data class TitlePageContainerOptions(val scroll: String? = null, val singlePage: String? = null, val spreadCenter: String? = null, val spreadLeft: String? = null, val spreadRight: String? = null)

Options controlling the title attribute values for the page container iframe elements.

Constructors

Link copied to clipboard
constructor(scroll: String? = null, singlePage: String? = null, spreadCenter: String? = null, spreadLeft: String? = null, spreadRight: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val scroll: String? = null

Title to use for page container iframe elements when placed within a scroll renderer. If null, then no title attribute will be set.

Link copied to clipboard
val singlePage: String? = null

The title to use for page container iframe elements within a single page renderer. If null, then no title attribute will be set.

Link copied to clipboard
val spreadCenter: String? = null

Title to use for page container iframe elements when placed as a single page, centered within a spread renderer. If null, then no title attribute will be set.

Link copied to clipboard
val spreadLeft: String? = null

Title to use for page container iframe elements when placed in the left spread slot within a spread renderer. If null, then no title attribute will be set.

Link copied to clipboard
val spreadRight: String? = null

Title to use for page container iframe elements when places in the right spread slot within a spread renderer. If null, then no title attribute will be set.

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)