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