Word.ArrowheadStyle enum
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specifies the style of the arrowhead at the end of a line.
Remarks
[ API set: WordApi BETA (PREVIEW ONLY) ]
Fields
diamond = "Diamond" | Represents a diamond arrowhead style. |
mixed = "Mixed" | Represents a mixed arrowhead style. |
none = "None" | Represents no arrowhead. |
open = "Open" | Represents an open arrowhead style. |
oval = "Oval" | Represents an oval arrowhead style. |
stealth = "Stealth" | Represents a stealth arrowhead style. |
triangle = "Triangle" | Represents a triangle arrowhead style. |