Definition Type: SimpleType
Name: ST_PenAlignment
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-shapeLineProperties.xsd
Documentation:
Alignment Type
Collapse XSD Schema Diagram:
XSD Diagram of ST_PenAlignment
Collapse XSD Schema Code:
<xsd:simpleType name="ST_PenAlignment">
    <xsd:annotation>
        <xsd:documentation>Alignment Type</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="ctr">
            <xsd:annotation>
                <xsd:documentation>Center Alignment</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="in">
            <xsd:annotation>
                <xsd:documentation>Inset Alignment</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Derivation Tree:
Collapse References:
a:algn
Collapse Comments:
blog comments powered by Disqus