Package-level declarations
Functions
Wrap appended text in builderAction in a BackgroundColorSpan.
Wrap appended text in builderAction in a bold StyleSpan.
Builds new string by populating a newly created SpannableStringBuilder using the provided builderAction and then converting it to SpannedString.
Clear all spans from this text.
Wrap appended text in builderAction in a ForegroundColorSpan.
Html-encode the string.
Wrap appended text in builderAction in span.
Wrap appended text in builderAction in spans.
Returns whether the given CharSequence contains only digits.
Wrap appended text in builderAction in an italic StyleSpan.
Returns a Spanned from parsing this string as HTML.
Wrap appended text in builderAction in a RelativeSizeSpan.
Wrap appended text in builderAction in a StrikethroughSpan.
Wrap appended text in builderAction in a SubscriptSpan.
Wrap appended text in builderAction in a SuperscriptSpan.
Returns a new Spannable from CharSequence, or the source itself if it is already an instance of SpannableString.
Returns a new Spanned from CharSequence, or the source itself if it is already an instance of SpannedString.
Returns the length that the specified CharSequence would have if spaces and ASCII control characters were trimmed from the start and end, as by String.trim.
Wrap appended text in builderAction in an UnderlineSpan.