[Table of Contents] [docx version]

VML Reference Material - VML

ST_StrokeArrowLength (Stroke Arrowhead Length)

This simple type specifies the lengths 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

long (Long Arrowhead)

Long length

medium (Medium Arrowhead)

Medium length

short (Short Arrowhead)

Short length

 

Referenced By

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

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

<simpleType name="ST_StrokeArrowLength">

   <restriction base="xsd:string">

   <enumeration value="short"/>

   <enumeration value="medium"/>

   <enumeration value="long"/>

   </restriction>

</simpleType>