ST_FontFamily

Simple Type Information

Used By

Attribute CT_FontFamily/@val

Source

<xsd:simpleType name="ST_FontFamily">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="decorative"/>
    <xsd:enumeration value="modern"/>
    <xsd:enumeration value="roman"/>
    <xsd:enumeration value="script"/>
    <xsd:enumeration value="swiss"/>
    <xsd:enumeration value="auto"/>
  </xsd:restriction>
</xsd:simpleType>