Description:IgnoreMixedCase parameter regulates whether words containing mixed case letters (CamelCase) should be ignored.
Parameter type:Boolean
Default value:0
Possible values:
  • 0 – words with mixed case letters are checked for spelling errors.
  • 1 – words with mixed case letters are ignored.
<IgnoreMixedCase>0</IgnoreMixedCase>

  • No labels