Builder
Properties
Functions
Link copied to clipboard
fun <Attribute : StringAttribute<Value>, Value : Any> addAttribute(attribute: Attribute, value: Value, from: Int, to: Int)
Link copied to clipboard
Link copied to clipboard
fun append(string: String, attributes: StringAttributeMap = emptyStringAttributes(), extendingPreviousAttributes: Boolean = false)
Link copied to clipboard
fun replace(oldValue: String, newValue: String, attributes: StringAttributeMap = emptyStringAttributes())
fun replace(start: Int, endExclusive: Int, newValue: String, attributes: StringAttributeMap = emptyStringAttributes())
Link copied to clipboard
Link copied to clipboard