SlidesConfigurationInitializer

class SlidesConfigurationInitializer(val centerVertically: Boolean?, val showControls: Boolean?, val showNotes: Boolean?, val transition: Transition?) : Node

A non-visible node that injects properties that affect the global configuration for slides documents. If not specified, the default values of the underlying renderer are used.

Parameters

centerVertically

whether slides should be centered vertically

showControls

whether navigation controls should be shown

showNotes

whether speaker notes should be shown when not in speaker view

transition

global transition between slides

Constructors

Link copied to clipboard
constructor(centerVertically: Boolean?, showControls: Boolean?, showNotes: Boolean?, transition: Transition?)

Properties

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

Functions

Link copied to clipboard
open override fun <T> accept(visitor: NodeVisitor<T>): T

Accepts a visitor.

Link copied to clipboard

Retrieves the stored media associated with this node, if any.

Link copied to clipboard