Builder

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val length: Int
Link copied to clipboard

Functions

Link copied to clipboard
fun <Attribute : StringAttribute<Value>, Value : Any> addAttribute(attribute: Attribute, value: Value, from: Int, to: Int)
Link copied to clipboard
fun addAttributes(attributes: StringAttributeMap, from: Int, to: Int)
Link copied to clipboard
fun append(attributedString: AttributedString)
fun append(string: String, attributes: StringAttributeMap = emptyStringAttributes(), extendingPreviousAttributes: Boolean = false)
Link copied to clipboard
open operator override fun get(index: Int): Char
Link copied to clipboard
fun replace(oldValue: String, newValue: AttributedString)
fun replace(start: Int, endExclusive: Int, newValue: AttributedString)
fun replace(oldValue: String, newValue: String, attributes: StringAttributeMap = emptyStringAttributes())
fun replace(start: Int, endExclusive: Int, newValue: String, attributes: StringAttributeMap = emptyStringAttributes())
Link copied to clipboard
open override fun subSequence(startIndex: Int, endIndex: Int): CharSequence
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String