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