[Table of Contents] [docx version]
VML Reference Material - VML
ST_StrokeArrowType (Stroke Arrowhead Type)
This simple type specifies the types of arrowhead for a stroke.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
block (Block Arrowhead) |
Block arrowhead |
classic (Classic Arrowhead) |
Classic curved arrowhead |
diamond (Diamond Arrowhead) |
Diamond arrowhead |
none (No Arrowhead) |
No arrowhead |
open (Open Arrowhead) |
Open arrowhead |
oval (Oval Arrowhead) |
Round arrowhead |
Referenced By |
bottom@endarrow (§6.2.2.1); bottom@startarrow (§6.2.2.1); column@endarrow (§6.2.2.6); column@startarrow (§6.2.2.6); left@endarrow (§6.2.2.15); left@startarrow (§6.2.2.15); right@endarrow (§6.2.2.25); right@startarrow (§6.2.2.25); stroke@endarrow (§6.1.2.21); stroke@startarrow (§6.1.2.21); top@endarrow (§6.2.2.31); top@startarrow (§6.2.2.31) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_StrokeArrowType">
<restriction base="xsd:string">
<enumeration value="none"/>
<enumeration value="block"/>
<enumeration value="classic"/>
<enumeration value="oval"/>
<enumeration value="diamond"/>
<enumeration value="open"/>
</restriction>
</simpleType>