Definition Type: ComplexType
Name: fontsElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines the fonts for this run.
Collapse XSD Schema Diagram:
Drilldown into cs in schema wordnet_xsd Drilldown into fareast in schema wordnet_xsd Drilldown into h-ansi in schema wordnet_xsd Drilldown into ascii in schema wordnet_xsd Drilldown into hint in schema wordnet_xsdXSD Diagram of fontsElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="fontsElt">
    <xsd:annotation>
        <xsd:documentation>Defines the fonts for this run.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="hint" type="hintType">
        <xsd:annotation>
            <xsd:documentation>Gets or sets a hint to Word as to which font to use for display.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="ascii" type="stringType">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the ASCII font.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="h-ansi" type="stringType">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the high ANSI font.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="fareast" type="stringType">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the font used for East Asian characters.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="cs" type="stringType">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the font used for complex scripts.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
hint W:hint (Optional)
ascii W:ascii (Optional)
h-ansi W:h-ansi (Optional)
fareast W:fareast (Optional)
cs W:cs (Optional)
Collapse Derivation Tree:
Collapse References:
W:defaultFonts, W:rFonts