toggle menu
ktfx
0.3
jvm
switch theme
search in API
ktfx-commons
/
ktfx.text
/
append
append
fun
TextFlow
.
append
(
value
:
String
?
)
:
TextFlow
Appends
value
to this flow.
See also
Appendable.
append
fun
TextFlow
.
append
(
value
:
Any
?
)
:
TextFlow
Appends
value
to this flow.
See also
String
Builder.
append