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?)
Functions
Link copied to clipboard
Retrieves the stored media associated with this node, if any.
Link copied to clipboard