<xsd:complexType name="CT_CellAlignment">
<xsd:attribute name="horizontal" type="ST_HorizontalAlignment" use="optional">
<xsd:annotation>
<xsd:documentation>Horizontal Alignment</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="vertical" type="ST_VerticalAlignment" use="optional">
<xsd:annotation>
<xsd:documentation>Vertical Alignment</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="textRotation" type="xsd:unsignedInt" use="optional">
<xsd:annotation>
<xsd:documentation>Text Rotation</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="wrapText" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation>Wrap Text</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="indent" type="xsd:unsignedInt" use="optional">
<xsd:annotation>
<xsd:documentation>Indent</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="relativeIndent" type="xsd:int" use="optional">
<xsd:annotation>
<xsd:documentation>Relative Indent</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="justifyLastLine" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation>Justify Last Line</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="shrinkToFit" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation>Shrink To Fit</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="readingOrder" type="xsd:unsignedInt" use="optional">
<xsd:annotation>
<xsd:documentation>Reading Order</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|