Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
static LineStyle |
LineStyle.forValue(int value)
Deprecated.
This method is internal and should not be used.
|
LineStyle |
CellBorder.getLineStyle()
Gets the line style for this
CellBorder . |
LineStyle |
CellBorder.getRenderStyle()
Deprecated.
This method is internal and should not be used.
|
static LineStyle |
LineStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineStyle[] |
LineStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CellBorder.setBorder(SpreadsheetColor lineColor,
LineStyle lineStyle)
Sets the border color and line style.
|
void |
CellBorders.setBorders(EnumSet<MultipleBorders> multipleBorders,
SpreadsheetColor lineColor,
LineStyle lineStyle)
Sets the color and line style for the specified multiple borders of a cell.
|
void |
CellBorder.setLineStyle(LineStyle value)
Sets the line style for this
CellBorder . |
© GemBox d.o.o. — All rights reserved.