TextJustify

Text justification options.

enum TextJustify : Enum<TextJustify> , LayerProperty

Parameters

value

String value of this property

Entries

AUTO
Link copied to clipboard

The text is aligned towards the anchor position.

AUTO("auto")
LEFT
Link copied to clipboard

The text is aligned to the left.

LEFT("left")
CENTER
Link copied to clipboard

The text is centered.

CENTER("center")
RIGHT
Link copied to clipboard

The text is aligned to the right.

RIGHT("right")

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: TextJustify): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
override fun finalize()
getDeclaringClass
Link copied to clipboard
override fun getDeclaringClass(): Class<TextJustify>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
override val name: String
ordinal
Link copied to clipboard
override val ordinal: Int
value
Link copied to clipboard

String value of this property

open override val value: String