| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
LineStyle |
ILineFormat.getStyle()
Gets the
LineStyle object that represents the ILineFormat
style. |
LineStyle |
ILineFormat.getStyle()
Gets the
LineStyle object that represents the ILineFormat
style. |
static LineStyle |
LineStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LineStyle |
LineStyle.valueOf(java.lang.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.
|
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 |
ILineFormat.setStyle(LineStyle value)
Sets the
LineStyle object that represents the ILineFormat
style. |
void |
ILineFormat.setStyle(LineStyle value)
Sets the
LineStyle object that represents the ILineFormat
style. |