| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
static BorderLineStyle |
BorderLineStyle.forValue(int value) |
static BorderLineStyle |
BorderLineStyle.forValue(int value) |
BorderLineStyle |
IBorder.getLineStyle()
Gets the line style for the border.
|
BorderLineStyle |
IBorders.getLineStyle()
Gets the line style for the border.
|
static BorderLineStyle |
BorderLineStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BorderLineStyle |
BorderLineStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BorderLineStyle[] |
BorderLineStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static BorderLineStyle[] |
BorderLineStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IBorder.setLineStyle(BorderLineStyle value)
Sets the line style for the border.
|
void |
IBorders.setLineStyle(BorderLineStyle value)
Sets the line style for the border.
|