Definition Type: Element
Name: Alignment
Namespace: urn:schemas-microsoft-com:office:spreadsheet
Type: ss:AlignmentType
Containing Schema: excelss.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Specifies the font alignment attributes to use for cells to which the defined style is applied.
Collapse XSD Schema Diagram:
Drilldown into WrapText in schema excelss_xsd Drilldown into VerticalText in schema excelss_xsd Drilldown into Vertical in schema excelss_xsd Drilldown into ShrinkToFit in schema excelss_xsd Drilldown into Rotate in schema excelss_xsd Drilldown into Indent in schema excelss_xsd Drilldown into ReadingOrder in schema excelss_xsd Drilldown into Horizontal in schema excelss_xsd Drilldown into AlignmentType in schema excelss_xsdXSD Diagram of Alignment in schema excelss_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Alignment" type="AlignmentType" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Specifies the font alignment attributes to use for cells to which the defined style is applied.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
Horizontal ss:Horizontal Automatic Optional
ReadingOrder ss:ReadingOrder Context Optional
Indent ss:Indent 0 Optional
Rotate ss:Rotate 0 Optional
ShrinkToFit ss:ShrinkToFit Optional
Vertical ss:Vertical Automatic Optional
VerticalText ss:VerticalText 0 Optional
WrapText ss:WrapText 0 Optional
Collapse Derivation Tree: