Specifies the type of an arrow at a line end.
[Visual Basic]
Public Enum ArrowType
[C#]public enum ArrowType
Remarks
Members
| Member Name | Description | Value |
| None | The line does not have an arrow at the end. | 0 |
| Arrow | The arrow is a solid triangle. | 1 |
| Block | The arrow is a solid block. | 2 |
| Diamond | The arrow is a solid diamond. | 3 |
| Oval | The arrow is a solid oval. | 4 |
| Open | The arrow is an open arrow. | 5 |
Requirements
Namespace: Aspose.Words.Drawing
Assembly: Aspose.Words (in Aspose.Words.dll)
See Also
Aspose.Words.Drawing Namespace | StartArrowType | EndArrowType