'Declaration Public Enum IgnoreOptions Inherits System.Enum
public enum IgnoreOptions : System.Enum
'Declaration Public Enum IgnoreOptions Inherits System.Enum
public enum IgnoreOptions : System.Enum
Member | Description |
---|---|
All | Ignores numbers, mixed case, URLs, HTML tags, and uppercase. |
Default | Default setting: ignores numbers, mixed case, URLs, and HTML tags. |
HtmlTags | Ignore text in HTML/XML tags. |
MixedCase | Ignore words that contain a mix of uppercase and lowercase characters, except when there is a single uppercase at the start (for example, "Lowercase" would not be ignored, but "LowerCase" and "lowerCase" would). |
None | Do not ignore any words. |
Numbers | Ignore words that contain numbers (digits). |
UpperCase | Ignore words that are all uppercase. |
Urls | Ignore words that look like URLs or file names. |
System.Object
System.ValueType
System.Enum
C1.Win.C1SpellChecker.IgnoreOptions