Aspose::Words::Drawing::ArrowType enum
ArrowType enum
Specifies the type of an arrow at a line end.
enum class ArrowType
Values
| Name | Value | Description | 
|---|---|---|
| None | 0 | The line does not have an arrow at the end. | 
| Arrow | 1 | The arrow is a solid triangle. | 
| Stealth | 2 | The arrow is a “stealth” arrow. | 
| Diamond | 3 | The line end is a solid diamond. | 
| Oval | 4 | The line end is a solid oval. | 
| Open | 5 | The arrow is an open arrow. | 
| Default | n/a | Same as None. | 
See Also
- Namespace Aspose::Words::Drawing
 - Library Aspose.Words for C++