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
/
ExcelAlignment
Excel
Alignment
data
class
ExcelAlignment
(
val
horizontal
:
HorizontalAlign
?
=
null
,
val
vertical
:
VerticalAlign
?
=
null
)
Represents text alignment properties.
Members
Constructors
Excel
Alignment
Link copied to clipboard
constructor
(
horizontal
:
HorizontalAlign
?
=
null
,
vertical
:
VerticalAlign
?
=
null
)
Properties
horizontal
Link copied to clipboard
val
horizontal
:
HorizontalAlign
?
vertical
Link copied to clipboard
val
vertical
:
VerticalAlign
?
Functions
merge
Link copied to clipboard
fun
merge
(
other
:
ExcelAlignment
?
)
:
ExcelAlignment