[Table of Contents] [docx version]
Error! No text of specified style in document.
ST_ArrowheadStyle (Arrowhead Styles)
This simple type defines different arrowhead style types for connectors.
This simple type's contents are a restriction of the XML Schema token datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
arr (Arrowhead Present) |
Specifies that an arrowhead is to be used on the connector. |
auto (Auto) |
Specifies that the algorithm defines if an arrowhead is to be used on a connector. |
noArr (No Arrowhead) |
Specifies no arrowhead is to be used on the connector. |
Referenced By |
ST_ParameterVal (§5.9.7.49) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_ArrowheadStyle" final="restriction">
<restriction base="xsd:token">
<enumeration value="auto"/>
<enumeration value="arr"/>
<enumeration value="noArr"/>
</restriction>
</simpleType>