OUDS Android
Toggle table of contents
1.3.0
Select version
1.3.0
1.2.0
1.1.0
1.0.0
0.4.0
0.3.0
0.2.0
0.1.0
release
Target filter
release
Switch theme
Search in API
Skip to content
OUDS Android
core
/
com.orange.ouds.core.component.common.text
/
OudsAnnotatedString
/
Builder
Builder
open
class
Builder
<
T
:
OudsAnnotatedString
<
T
>
>
:
Appendable
Inheritors
Builder
Builder
Builder
Builder
Builder
Members
Functions
append
Link copied to clipboard
fun
append
(
text
:
T
)
open
override
fun
append
(
char
:
Char
)
:
OudsAnnotatedString.Builder
<
T
>
open
override
fun
append
(
text
:
CharSequence
?
)
:
OudsAnnotatedString.Builder
<
T
>
fun
append
(
text
:
String
)
fun
append
(
text
:
T
,
start
:
Int
,
end
:
Int
)
open
override
fun
append
(
text
:
CharSequence
?
,
start
:
Int
,
end
:
Int
)
:
OudsAnnotatedString.Builder
<
T
>
pop
Link copied to clipboard
fun
pop
(
)
fun
pop
(
index
:
Int
)
to
Annotated
String
Link copied to clipboard
open
fun
toAnnotatedString
(
)
:
T