OUDS Android
Toggle table of contents
1.4.0
Select version
1.4.0
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
Ouds
Annotated
String
open
class
OudsAnnotatedString
<
T
:
OudsAnnotatedString
<
T
>
>
:
CharSequence
Inheritors
OudsAnnotatedAlertMessageBulletListLabel
OudsAnnotatedAlertMessageDescription
OudsAnnotatedBulletListLabel
OudsAnnotatedErrorMessage
OudsAnnotatedHelperText
Members
Types
Base
Builder
Link copied to clipboard
interface
BaseBuilder
Builder
Link copied to clipboard
open
class
Builder
<
T
:
OudsAnnotatedString
<
T
>
>
:
Appendable
Link
Builder
Link copied to clipboard
interface
LinkBuilder
:
OudsAnnotatedString.BaseBuilder
Strong
Builder
Link copied to clipboard
interface
StrongBuilder
:
OudsAnnotatedString.BaseBuilder
Properties
length
Link copied to clipboard
open
override
val
length
:
Int
text
Link copied to clipboard
val
text
:
String
Functions
capitalize
Link copied to clipboard
fun
capitalize
(
localeList
:
LocaleList
=
LocaleList.current
)
:
OudsAnnotatedString
<
T
>
decapitalize
Link copied to clipboard
fun
decapitalize
(
localeList
:
LocaleList
=
LocaleList.current
)
:
OudsAnnotatedString
<
T
>
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
get
Link copied to clipboard
open
operator override
fun
get
(
index
:
Int
)
:
Char
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
plus
Link copied to clipboard
operator
fun
plus
(
other
:
OudsAnnotatedString
<
T
>
)
:
OudsAnnotatedString
<
T
>
sub
Sequence
Link copied to clipboard
open
override
fun
subSequence
(
startIndex
:
Int
,
endIndex
:
Int
)
:
CharSequence
to
Lower
Case
Link copied to clipboard
fun
toLowerCase
(
localeList
:
LocaleList
=
LocaleList.current
)
:
OudsAnnotatedString
<
T
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
to
Upper
Case
Link copied to clipboard
fun
toUpperCase
(
localeList
:
LocaleList
=
LocaleList.current
)
:
OudsAnnotatedString
<
T
>