For a list of all members of this type, see SpellOptions members.
Name | Description | |
---|---|---|
![]() | AllowAnyCase | Gets/Sets whether to allow words spelt with any case, e.g. "africa" instead of "Africa." This is more relaxed than AllowMixedCase. |
![]() | AllowCaseInsensitiveSuggestions | Gets/Sets whether to allow suggestions for correctly spelled words with mixed case. |
![]() | AllowMixedCase | Gets/Sets whether to allow words spelt with mixed case, e.g. "MIxEd." |
![]() | AllowWordsWithDigits | Gets/Sets whether to Allow words with numbers in them (eg. A10 or 7-11). |
![]() | AllowXml | Gets/Sets whether to Allow XML/HTML tags, false by default. |
![]() | CheckHyphenatedText | Gets/Sets whether to check text with hyphenate. |
![]() | DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject) |
![]() | Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject) |
![]() | IncludeUserDictionaryInSuggestions | Gets/Sets whether the user dictionary should be used in finding suggestions for misspelt words. |
![]() | IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject) |
![]() | LanguageParser | Gets/Sets the language parser to use. |
![]() | SeparateHyphenWords | Gets/Sets whether the hyphenated text is treated as separate words. |
![]() | SuggestionsMethod | Gets/Sets the method by which suggestions are determined. |