Companion

object Companion

Public companion object.

Properties

Link copied to clipboard
@JvmField
val AUTO: TextJustifyValue

The text is aligned towards the anchor position.

Link copied to clipboard
@JvmField
val CENTER: TextJustifyValue

The text is centered.

Link copied to clipboard

Default value for TextJustifyValue, setting default will result in restoring the property value defined in the style.

Link copied to clipboard
@JvmField
val LEFT: TextJustifyValue

The text is aligned to the left.

Link copied to clipboard
@JvmField
val RIGHT: TextJustifyValue

The text is aligned to the right.