<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>
|