complexType AlignmentType

complexType {urn:schemas-microsoft-com:office:spreadsheet}AlignmentType

Abstractfalse (This can be used in an instance)
Target Namespaceurn:schemas-microsoft-com:office:spreadsheet
Declared Namespacesxmlns:o=urn:schemas-microsoft-com:office:office
xmlns:x2=http://schemas.microsoft.com/office/excel/2003/xml
xmlns:html=http://www.w3.org/TR/REC-html40
xmlns:c=urn:schemas-microsoft-com:office:component:spreadsheet
xmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:x=urn:schemas-microsoft-com:office:excel
xmlns=urn:schemas-microsoft-com:office:spreadsheet


Source

<xsd:complexType name="AlignmentType">
    <
xsd:annotation>
        <
xsd:documentation>Defines a collection of font alignment attributes.</xsd:documentation>
    </
xsd:annotation>
    <
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>
    <
xsd:attribute form="qualified" name="ReadingOrder" use="optional" default="Context">
        <
xsd:annotation>
            <
xsd:documentation>Specifies the default right-to-left text entry mode for a cell.</xsd:documentation>
        </
xsd:annotation>
        <
xsd:simpleType>
            <
xsd:restriction base="xsd:string">
                <
xsd:enumeration value="RightToLeft"/>
                <
xsd:enumeration value="LeftToRight"/>
                <
xsd:enumeration value="Context"/>
            </
xsd:restriction>
        </
xsd:simpleType>
    </
xsd:attribute>
    <
xsd:attribute form="qualified" name="Indent" type="xsd:unsignedLong" use="optional" default="0">
        <
xsd:annotation>
            <
xsd:documentation>Specifies the number of indents. This attribute is not supported by the Spreadsheet component.</xsd:documentation>
        </
xsd:annotation>
    </
xsd:attribute>
    <
xsd:attribute form="qualified" name="Rotate" use="optional" default="0">
        <
xsd:annotation>
            <
xsd:documentation>Specifies the rotation of text within a cell.</xsd:documentation>
        </
xsd:annotation>
        <
xsd:simpleType>
            <
xsd:restriction base="xsd:double">
                <
xsd:minInclusive value="-90"/>
                <
xsd:maxInclusive value="90"/>
            </
xsd:restriction>
        </
xsd:simpleType>
    </
xsd:attribute>
    <
xsd:attribute form="qualified" name="ShrinkToFit" type="TrueFalseType" use="optional">
        <
xsd:annotation>
            <
xsd:documentation>Specifies whether text size should be shrunk so that all of the text fits within a cell.</xsd:documentation>
        </
xsd:annotation>
    </
xsd:attribute>
    <
xsd:attribute form="qualified" name="Vertical" use="optional" default="Automatic">
        <
xsd:annotation>
            <
xsd:documentation>Specifies the top-to-bottom alignment of text within a cell.</xsd:documentation>
        </
xsd:annotation>
        <
xsd:simpleType>
            <
xsd:restriction base="xsd:string">
                <
xsd:enumeration value="Automatic"/>
                <
xsd:enumeration value="Top"/>
                <
xsd:enumeration value="Bottom"/>
                <
xsd:enumeration value="Center"/>
                <
xsd:enumeration value="Justify"/>
                <
xsd:enumeration value="Distributed"/>
                <
xsd:enumeration value="JustifyDistributed"/>
            </
xsd:restriction>
        </
xsd:simpleType>
    </
xsd:attribute>
    <
xsd:attribute form="qualified" name="VerticalText" type="TrueFalseType" use="optional"
        
default="0">
        <
xsd:annotation>
            <
xsd:documentation>Specifies whether text characters are positioned to read vertically.</xsd:documentation>
        </
xsd:annotation>
    </
xsd:attribute>
    <
xsd:attribute form="qualified" name="WrapText" type="TrueFalseType" use="optional" default="0">
        <
xsd:annotation>
            <
xsd:documentation>Specifies whether the text in a cell should wrap at the cell boundary.</xsd:documentation>
        </
xsd:annotation>
    </
xsd:attribute>
</
xsd:complexType>


Documentation

Defines a collection of font alignment attributes.


complexType AlignmentType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.