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