<xsd:attribute form="qualified" name="Horizontal" use="optional" default="Automatic">
<xsd:annotation>
<xsd:documentation>Specifies the left-to-right alignment of text within a cell.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="CenterAcrossSelection" />
<xsd:enumeration value="Fill" />
<xsd:enumeration value="Left" />
<xsd:enumeration value="Right" />
<xsd:enumeration value="Justify" />
<xsd:enumeration value="Distributed" />
<xsd:enumeration value="Center" />
<xsd:enumeration value="Automatic" />
<xsd:enumeration value="JustifyDistributed" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
|