Definition Type: SimpleType
Name: TotalCaptionAlignmentType
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Documentation:
Specifies the horizontal alignment of the caption for a total.
Collapse XSD Schema Diagram:
XSD Diagram of TotalCaptionAlignmentType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="TotalCaptionAlignmentType">
    <xsd:annotation>
        <xsd:documentation>Specifies the horizontal alignment of the caption for a total.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="Automatic" />
        <xsd:enumeration value="Center" />
        <xsd:enumeration value="Left" />
        <xsd:enumeration value="Right" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Automatic
Enumeration Center
Enumeration Left
Enumeration Right
Collapse Derivation Tree:
Collapse References:
x:TotalCaptionAlignment