Package-level declarations
Types
Link copied to clipboard
class PageMarginContentInitializer(val children: List<Node>, val position: PageMarginPosition) : NestableNode
A non-visible node that triggers a property in paged documents that allows displaying content on each page.
Link copied to clipboard
Marker node used to reset the logical page number during rendering.
Link copied to clipboard
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.