kexcel-dsl
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kexcel-dsl
kexcel-dsl
/
io.kexcel.style
/
ExcelFont
Excel
Font
data
class
ExcelFont
(
val
bold
:
Boolean
?
=
null
,
val
size
:
Int
?
=
null
,
val
color
:
String
?
=
null
,
val
underlined
:
Boolean
?
=
null
)
Represents font formatting properties.
Members
Constructors
Excel
Font
Link copied to clipboard
constructor
(
bold
:
Boolean
?
=
null
,
size
:
Int
?
=
null
,
color
:
String
?
=
null
,
underlined
:
Boolean
?
=
null
)
Properties
bold
Link copied to clipboard
val
bold
:
Boolean
?
color
Link copied to clipboard
val
color
:
String
?
size
Link copied to clipboard
val
size
:
Int
?
underlined
Link copied to clipboard
val
underlined
:
Boolean
?
Functions
merge
Link copied to clipboard
fun
merge
(
other
:
ExcelFont
?
)
:
ExcelFont