ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Utilities Namespace / SpellChecker Class
Properties Methods


In This Topic
    SpellChecker Class Members
    In This Topic

    The following tables list the members exposed by SpellChecker.

    Public Constructors
     NameDescription
    Public Constructor Creates a SpellChecker object using the specified language ID.  
    Top
    Public Properties
     NameDescription
    Public Property Return the list of custom dictionaries.  
    Public Property Gets or Sets the Spellchecker language per RFC 3066. For example, use en-US for U.S. English or fr-FR for France French.  
    Top
    Public Methods
     NameDescription
    Public Method Adds the specified word to the dictionary.  
    Public Method Returns a list of tuples of integers, each containing the start position and length of each spelling error in the sentence.  
    Public Method Returns an array of suggestions for the specified word. Returns null if the word is properly spelled.  
    Public Method Will ignore the specified spelling error for the lifetime of the spell checker object.  
    Top
    See Also