Definition Type: SimpleType
Name: ST_TextFontAlignType
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-textParagraph.xsd
Documentation:
Font Alignment Types
Collapse XSD Schema Diagram:
XSD Diagram of ST_TextFontAlignType in schema dml-textparagraph_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_TextFontAlignType">
    <xsd:annotation>
        <xsd:documentation>Font Alignment Types</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="auto">
            <xsd:annotation>
                <xsd:documentation>Font Alignment Enum ( Automatic )</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="t">
            <xsd:annotation>
                <xsd:documentation>Font Alignment Enum ( Top )</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="ctr">
            <xsd:annotation>
                <xsd:documentation>Font Alignment Enum ( Center )</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="base">
            <xsd:annotation>
                <xsd:documentation>Font Alignment Enum ( Baseline )</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="b">
            <xsd:annotation>
                <xsd:documentation>Font Alignment Enum ( Bottom )</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration auto
Enumeration t
Enumeration ctr
Enumeration base
Enumeration b
Collapse Derivation Tree:
Collapse References:
a:fontAlgn