|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BorderStyle | |
---|---|
bad.robot.excel.style |
Uses of BorderStyle in bad.robot.excel.style |
---|
Methods in bad.robot.excel.style that return BorderStyle | |
---|---|
static BorderStyle |
BorderStyle.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BorderStyle[] |
BorderStyle.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in bad.robot.excel.style with parameters of type BorderStyle | |
---|---|
static BottomBorder |
BottomBorder.bottom(BorderStyle value)
|
static LeftBorder |
LeftBorder.left(BorderStyle value)
|
static RightBorder |
RightBorder.right(BorderStyle value)
|
static TopBorder |
TopBorder.top(BorderStyle value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |