JUSTIFY

Properties

Link copied to clipboard

Whether this alignment is applied globally to the document. This is complementary to isLocal. If true, it will be applied to all elements in the document. If false, it will only be applied to specific elements that support this alignment.

Link copied to clipboard
val isLocal: Boolean = false
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun <T> accept(visitor: RenderRepresentableVisitor<T>): T

Accepts a visitor to produce a representation of this element suitable for the rendered document.