TransformedText

Added in 1.0.0
Deprecated in 1.13.0-alpha03

The transformed text with offset mapping

Summary

Public constructors

This function is deprecated. The TextField flavors that use VisualTransformation are deprecated.

Cmn

Public functions

open operator Boolean
equals(other: Any?)

This function is deprecated. The TextField flavors that use VisualTransformation are deprecated.

Cmn
open Int

This function is deprecated. The TextField flavors that use VisualTransformation are deprecated.

Cmn
open String

This function is deprecated. The TextField flavors that use VisualTransformation are deprecated.

Cmn

Public properties

OffsetMapping

This property is deprecated. The TextField flavors that use VisualTransformation are deprecated.

Cmn
AnnotatedString

This property is deprecated. The TextField flavors that use VisualTransformation are deprecated.

Cmn

Public constructors

TransformedText

TransformedText(text: AnnotatedString, offsetMapping: OffsetMapping)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

offsetMapping

val offsetMappingOffsetMapping

The map used for bidirectional offset mapping from original to transformed text.

text

val textAnnotatedString

The transformed text