ignoredWords(inSpellDocumentWithTag:)
Returns the array of ignored words for a document identified by tag.
Declaration
func ignoredWords(inSpellDocumentWithTag tag: Int) -> [String]?Discussion
Invoke this method before closeSpellDocument(withTag:) if you want to store the ignored words.
See Also
Managing the Spell-Checking Process
uniqueSpellDocumentTag()closeSpellDocument(withTag:)ignoreWord(_:inSpellDocumentWithTag:)setIgnoredWords(_:inSpellDocumentWithTag:)setWordFieldStringValue(_:)updateSpellingPanel(withMisspelledWord:)completions(forPartialWordRange:in:language:inSpellDocumentWithTag:)hasLearnedWord(_:)unlearnWord(_:)learnWord(_:)userQuotesArray(forLanguage:)userReplacementsDictionary