[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@endarrowlength (§6.2.2.1); bottom@startarrowlength (§6.2.2.1); column@endarrowlength (§6.2.2.6); column@startarrowlength (§6.2.2.6); left@endarrowlength (§6.2.2.15); left@startarrowlength (§6.2.2.15); right@endarrowlength (§6.2.2.25); right@startarrowlength (§6.2.2.25); stroke@endarrowlength (§6.1.2.21); stroke@startarrowlength (§6.1.2.21); top@endarrowlength (§6.2.2.31); top@startarrowlength (§6.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>