spellCheckerDocumentTag
A tag identifying the text view’s text as a document for the spell checker server.
Declaration
var spellCheckerDocumentTag: Int { get }Discussion
The document tag is obtained by sending a uniqueSpellDocumentTag() message to the spell server the first time this method is invoked for a particular group of text views. See the NSSpellCheckerand NSSpellServerclass specifications for more information on how this tag is used.