Kexcel
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Kexcel
Kexcel
/
com.gyanoba.kexcel.shared_strings
/
TextSpan
Text
Span
data
class
TextSpan
(
val
text
:
String
?
=
null
,
val
children
:
List
<
TextSpan
>
?
=
null
,
val
style
:
CellStyle
?
=
null
)
(
source
)
Members
Constructors
Text
Span
Link copied to clipboard
constructor
(
text
:
String
?
=
null
,
children
:
List
<
TextSpan
>
?
=
null
,
style
:
CellStyle
?
=
null
)
Properties
children
Link copied to clipboard
val
children
:
List
<
TextSpan
>
?
=
null
style
Link copied to clipboard
val
style
:
CellStyle
?
=
null
text
Link copied to clipboard
val
text
:
String
?
=
null
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String