Layout

declslides.domain.Layout
enum Layout

Visual layout hints that renderers can use for a slide.

Layouts are intentionally few and generic so that different renderers can interpret them consistently.

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case Centered extends Layout

Centered content, useful for title or focus slides.

Centered content, useful for title or focus slides.

Attributes

case Flow extends Layout

Standard top-to-bottom content flow.

Standard top-to-bottom content flow.

Attributes