Description:IgnoreNonAlphaWord parameter regulates whether words containing no alphabetic characters should be ignored.
Parameter type:Boolean
Default value:1
Possible values:
  • 0 – words containing no alphabetic characters are checked for spelling errors.
  • 1 – words containing no alphabetic characters are ignored. For example, “991” is ignored.
<IgnoreNonAlphaWord>1</IgnoreNonAlphaWord>

  • No labels