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