[Table of Contents] [docx version]

VML Reference Material - VML

ST_StrokeArrowWidth (Stroke Arrowhead Width)

This simple type specifies the widths of a stroke arrowhead.

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

medium (Medium Arrowhead)

Medium width

narrow (Narrow Arrowhead)

Narrow width

wide (Wide Arrowhead)

Wide width

 

Referenced By

bottom@endarrowwidth6.2.2.1); bottom@startarrowwidth6.2.2.1); column@endarrowwidth6.2.2.6); column@startarrowwidth6.2.2.6); left@endarrowwidth6.2.2.15); left@startarrowwidth6.2.2.15); right@endarrowwidth6.2.2.25); right@startarrowwidth6.2.2.25); stroke@endarrowwidth6.1.2.21); stroke@startarrowwidth6.1.2.21); top@endarrowwidth6.2.2.31); top@startarrowwidth6.2.2.31)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_StrokeArrowWidth">

   <restriction base="xsd:string">

   <enumeration value="narrow"/>

   <enumeration value="medium"/>

   <enumeration value="wide"/>

   </restriction>

</simpleType>