Companion

object Companion

Static methods and variables.

Functions

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

Utility function to get TextAnchor instance from given value.

Properties

Link copied to clipboard
@JvmField
val BOTTOM: TextAnchor

The bottom of the text is placed closest to the anchor.

Link copied to clipboard
@JvmField
val BOTTOM_LEFT: TextAnchor

The bottom left corner of the text is placed closest to the anchor.

Link copied to clipboard
@JvmField
val BOTTOM_RIGHT: TextAnchor

The bottom right corner of the text is placed closest to the anchor.

Link copied to clipboard
@JvmField
val CENTER: TextAnchor

The center of the text is placed closest to the anchor.

Link copied to clipboard
@JvmField
val LEFT: TextAnchor

The left side of the text is placed closest to the anchor.

Link copied to clipboard
@JvmField
val RIGHT: TextAnchor

The right side of the text is placed closest to the anchor.

Link copied to clipboard
@JvmField
val TOP: TextAnchor

The top of the text is placed closest to the anchor.

Link copied to clipboard
@JvmField
val TOP_LEFT: TextAnchor

The top left corner of the text is placed closest to the anchor.

Link copied to clipboard
@JvmField
val TOP_RIGHT: TextAnchor

The top right corner of the text is placed closest to the anchor.