Package-level declarations

Types

Link copied to clipboard

Represents a document with a hierarchical structure of elements, styles, and layout capabilities. The Document class manages the layout and styling system by utilizing a Layouter and an observable list of stylesheets.

Functions

Link copied to clipboard
fun Document.body(init: Body.() -> Unit): Body
Link copied to clipboard
fun document(init: Document.() -> Unit): Document