2.2.5.7 NumeralFormat

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Word.Server.Conversions

A string value specifying the preferred numeral format to display in the output file of a conversion item.<5>

 <xs:simpleType name="NumeralFormat" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Arabic"/>
     <xs:enumeration value="Hindi"/>
     <xs:enumeration value="Context"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the NumeralFormat simple type.

Value

Meaning

Arabic

Show numerals in Arabic format.

Hindi

Show numerals in Hindi format.

Context

Show numerals in Arabic or Hindi format based on the surrounding text.