[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@endarrow6.2.2.1); bottom@startarrow6.2.2.1); column@endarrow6.2.2.6); column@startarrow6.2.2.6); left@endarrow6.2.2.15); left@startarrow6.2.2.15); right@endarrow6.2.2.25); right@startarrow6.2.2.25); stroke@endarrow6.1.2.21); stroke@startarrow6.1.2.21); top@endarrow6.2.2.31); top@startarrow6.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>