| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
LineDashStyle |
ILineFormat.getDashStyle()
Gets the dash style for the specified line.
|
LineDashStyle |
ILineFormat.getDashStyle()
Gets the dash style for the specified line.
|
static LineDashStyle |
LineDashStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LineDashStyle |
LineDashStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LineDashStyle[] |
LineDashStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static LineDashStyle[] |
LineDashStyle.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.setDashStyle(LineDashStyle value)
Sets the dash style for the specified line.
|
void |
ILineFormat.setDashStyle(LineDashStyle value)
Sets the dash style for the specified line.
|