Companion

object Companion

Static methods and variables.

Functions

Link copied to clipboard
@JvmStatic
fun valueOf(value: String): TextJustify

Utility function to get TextJustify instance from given value.

Properties

Link copied to clipboard
@JvmField
val AUTO: TextJustify

The text is aligned towards the anchor position.

Link copied to clipboard
@JvmField
val CENTER: TextJustify

The text is centered.

Link copied to clipboard
@JvmField
val LEFT: TextJustify

The text is aligned to the left.

Link copied to clipboard
@JvmField
val RIGHT: TextJustify

The text is aligned to the right.