Modifier and Type | Method and Description |
---|---|
static BorderSide |
BorderSide.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BorderSide[] |
BorderSide.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StyleSetter |
StyleSetter.borderColor(BorderSide side,
String borderColor)
Set cell border color.
|
StyleSetter |
StyleSetter.borderStyle(BorderSide side,
BorderStyle borderStyle)
Apply cell border style on a side.
|
StyleSetter |
StyleSetter.borderStyle(BorderSide side,
String borderStyle)
Apply cell border style on a side.
|
Copyright © 2022. All rights reserved.