[Table of Contents] [docx version]

VML Reference Material - VML

ST_HrAlign (Alignment Type)

This simple type specifies alignments for horiztonal rules.

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

center (Center Alignment)

Center aligned.

left (Left Alignment)

Left aligned.

right (Right Alignment)

Right aligned.

 

Referenced By

arc@hralign6.1.2.1); curve@hralign6.1.2.3); group@hralign6.1.2.7); image@hralign6.1.2.10); line@hralign6.1.2.12); oval@hralign6.1.2.13); polyline@hralign6.1.2.15); rect@hralign6.1.2.16); roundrect@hralign6.1.2.17); shape@hralign6.1.2.19); shapetype@hralign6.1.2.20)

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

<simpleType name="ST_HrAlign">

   <restriction base="xsd:string">

   <enumeration value="left"/>

   <enumeration value="right"/>

   <enumeration value="center"/>

   </restriction>

</simpleType>