OudsAnnotatedHelperText
Types
Link copied to clipboard
class Builder(capacity: Int = 16) : OudsAnnotatedString.Builder<OudsAnnotatedHelperText> , OudsAnnotatedString.StrongBuilder
Properties
Functions
Link copied to clipboard
fun <T : OudsAnnotatedString<T>> OudsAnnotatedString<T>.capitalize(localeList: LocaleList = LocaleList.current): OudsAnnotatedString<T>
Link copied to clipboard
fun <T : OudsAnnotatedString<T>> OudsAnnotatedString<T>.decapitalize(localeList: LocaleList = LocaleList.current): OudsAnnotatedString<T>
Link copied to clipboard
operator fun plus(other: OudsAnnotatedString<OudsAnnotatedHelperText>): OudsAnnotatedString<OudsAnnotatedHelperText>
Link copied to clipboard
open override fun subSequence(startIndex: Int, endIndex: Int): OudsAnnotatedString<OudsAnnotatedHelperText>
Link copied to clipboard
fun <T : OudsAnnotatedString<T>> OudsAnnotatedString<T>.toLowerCase(localeList: LocaleList = LocaleList.current): OudsAnnotatedString<T>
Link copied to clipboard
fun <T : OudsAnnotatedString<T>> OudsAnnotatedString<T>.toUpperCase(localeList: LocaleList = LocaleList.current): OudsAnnotatedString<T>