WordIgnoreOptions Enumeration |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax [FlagsAttribute]
public enum WordIgnoreOptions
<FlagsAttribute>
Public Enumeration WordIgnoreOptions
[FlagsAttribute]
public enum class WordIgnoreOptions
[<FlagsAttribute>]
type WordIgnoreOptions
Members
| Member name | Value | Description |
---|
| None | 0 | |
| UPPERCASE | 1 |
Specifies whether or not to check words in CAPITALS (e.g. 'UNESCO')
|
| WordsWithCapitalLetters | 2 |
Specifies whether or not to check words in Capitals (e.g. 'Washington')
|
| RepeatedWords | 4 |
Specifies whether or not to count repeating words as errors (e.g. 'very very')
|
| WordsWithNumbers | 8 |
Specifies whether or not to check words containing numbers (e.g. 'l8r')
|
See Also