TextJustify

enum TextJustify : Enum<TextJustify> , LayerProperty

Text justification options.

Parameters

value

String value of this property

Entries

AUTO
Link copied to clipboard
AUTO("auto")
The text is aligned towards the anchor position.
LEFT
Link copied to clipboard
LEFT("left")
The text is aligned to the left.
CENTER
Link copied to clipboard
CENTER("center")
The text is centered.
RIGHT
Link copied to clipboard
RIGHT("right")
The text is aligned to the 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
fun finalize()
getDeclaringClass
Link copied to clipboard
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
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
value
Link copied to clipboard
open override val value: String
String value of this property