TextAlignment

Possible alignment types of a Container.

Parameters

isLocal

whether this alignment should be applied only to specific element types in the document, rather than globally to the entire document

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

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
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.

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Link copied to clipboard