Formatted
Represents a string broken into sections annotated with separate formatting options.
See also
Constructors
Types
Functions
add
Link copied to clipboard
add All
Link copied to clipboard
open override fun addAll(elements: Collection<FormattedSection>): Boolean
Content copied to clipboard
open override fun addAll(index: Int, elements: Collection<FormattedSection>): Boolean
Content copied to clipboard
contains
Link copied to clipboard
contains All
Link copied to clipboard
open override fun containsAll(elements: Collection<FormattedSection>): Boolean
Content copied to clipboard
ensure Capacity
Link copied to clipboard
for Each
Link copied to clipboard
formatted Section
Link copied to clipboard
Add a formatted section to the Formatted.
DSL function to add a formatted section to the Formatted.
get
Link copied to clipboard
get Text As String
Link copied to clipboard
Get the formatted field's text as a plain String.
index Of
Link copied to clipboard
iterator
Link copied to clipboard
last Index Of
Link copied to clipboard
list Iterator
Link copied to clipboard
open override fun listIterator(index: Int): MutableListIterator<FormattedSection>
Content copied to clipboard
parallel Stream
Link copied to clipboard
remove
Link copied to clipboard
remove All
Link copied to clipboard
open override fun removeAll(elements: Collection<FormattedSection>): Boolean
Content copied to clipboard
remove At
Link copied to clipboard
remove If
Link copied to clipboard
remove Range
Link copied to clipboard
replace All
Link copied to clipboard
retain All
Link copied to clipboard
open override fun retainAll(elements: Collection<FormattedSection>): Boolean
Content copied to clipboard
set
Link copied to clipboard
open operator override fun set(index: Int, element: FormattedSection): FormattedSection
Content copied to clipboard
sort
Link copied to clipboard
spliterator
Link copied to clipboard
stream
Link copied to clipboard
sub List
Link copied to clipboard
open override fun subList(fromIndex: Int, toIndex: Int): MutableList<FormattedSection>
Content copied to clipboard
trim To Size
Link copied to clipboard
open fun trimToSize()
Content copied to clipboard