korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
korlibs.image.text
/
RichTextData
/
Companion
Companion
object
Companion
Members
Members & Extensions
Functions
divide
Link copied to clipboard
fun
divide
(
text
:
String
)
:
List
<
String
>
from
HTML
Link copied to clipboard
fun
RichTextData.Companion
.
fromHTML
(
html
:
String
,
style
:
RichTextData.Style
=
RichTextData.Style.DEFAULT
)
:
RichTextData
tokenize
Link copied to clipboard
fun
tokenize
(
text
:
String
)
:
List
<
String
>