[Table of Contents] [docx version]
VML Reference Material - VML
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@hralign (§6.1.2.1); curve@hralign (§6.1.2.3); group@hralign (§6.1.2.7); image@hralign (§6.1.2.10); line@hralign (§6.1.2.12); oval@hralign (§6.1.2.13); polyline@hralign (§6.1.2.15); rect@hralign (§6.1.2.16); roundrect@hralign (§6.1.2.17); shape@hralign (§6.1.2.19); shapetype@hralign (§6.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>