SlidesConfigurationInitializer

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

A non-visible node that injects properties that affect the global configuration for slides documents.

Parameters

centerVertically

whether slides should be centered vertically

showControls

whether navigation controls should be shown

transition

global transition between slides

Constructors

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

Properties

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