Defines a symbol character.
Namespace | http://schemas.microsoft.com/office/word/2003/wordml |
Schema name | XML Document 2003 |
None.
Attribute | Type | Required | Description | Possible Values |
---|---|---|---|---|
font | stringType | optional | Gets or sets the symbol font. | |
char | shortHexNumberType | optional | Gets or sets the character code of the symbol. | length = 2 |
<xsd:complexType name="symElt" >
<xsd:attribute name="font" type="stringType">
</xsd:attribute>
<xsd:attribute name="char" type="shortHexNumberType">
</xsd:attribute>
</xsd:complexType>