Kexcel
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Kexcel
Kexcel
/
com.gyanoba.kexcel.sheet
/
Border
Border
class
Border
(
borderStyle
:
BorderStyle
?
=
null
,
borderColorHex
:
ExcelColor
?
=
null
)
(
source
)
Members
Constructors
Border
Link copied to clipboard
constructor
(
borderStyle
:
BorderStyle
?
=
null
,
borderColorHex
:
ExcelColor
?
=
null
)
Properties
border
Color
Hex
Link copied to clipboard
val
borderColorHex
:
String
?
border
Style
Link copied to clipboard
val
borderStyle
:
BorderStyle
?
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