Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
static MultipleBorders |
MultipleBorders.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultipleBorders[] |
MultipleBorders.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EnumSet<MultipleBorders> |
MultipleBorders.all()
All borders except diagonal.
|
static EnumSet<MultipleBorders> |
MultipleBorders.diagonal()
Diagonal borders.
|
static EnumSet<MultipleBorders> |
MultipleBorders.horizontal()
Horizontal borders.
|
static EnumSet<MultipleBorders> |
MultipleBorders.inside()
Inside borders.
|
static EnumSet<MultipleBorders> |
MultipleBorders.outside()
Outside borders.
|
static EnumSet<MultipleBorders> |
MultipleBorders.vertical()
Vertical borders.
|
Modifier and Type | Method and Description |
---|---|
void |
CellBorders.setBorders(EnumSet<MultipleBorders> multipleBorders,
SpreadsheetColor lineColor,
LineStyle lineStyle)
Sets the color and line style for the specified multiple borders of a cell.
|
© GemBox Ltd. — All rights reserved.