Defines a symbol character.
Namespace | http://schemas.microsoft.com/office/word/2003/auxHint |
Schema name | Auxiliary XML Document 2003 |
None.
Attribute | Type | Required | Description | Possible Values |
---|---|---|---|---|
font | xsd:string | optional | Gets or sets the font in which the symbol character is found. | See external namespace. |
char | hexNumberType | optional | Gets or sets the character code of the symbol. |
<xsd:complexType name="symElt" >
<xsd:attribute name="font" type="xsd:string">
</xsd:attribute>
<xsd:attribute name="char" type="hexNumberType">
</xsd:attribute>
</xsd:complexType>