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