Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 HaloHighlighter
com.adobe.linguistics.spelling.framework.ui This class facilitates drawing of squiggly lines below words for TextField class.
 HunspellDictionary
com.adobe.linguistics.spelling This class enables creation and loading of spelling metadata including rules and dictionary data
 IHighlighter
com.adobe.linguistics.spelling.framework.ui 
 ResourceTable
com.adobe.linguistics.spelling.framework The ResourceTable class contains a table mapping language to the spelling resources.
 SparkHighlighter
com.adobe.linguistics.spelling.framework.ui This class facilitates drawing of squiggly lines below words for RichEditableText class.
 SpellChecker
com.adobe.linguistics.spelling The spelling engine.
 SpellingConfiguration
com.adobe.linguistics.spelling.framework The SpellingConfiguration is for setting and getting the configuration for the spell checker.
 SpellingService
com.adobe.linguistics.spelling.framework The SpellingService provides spell checking features for the specified language.
 SpellUI
com.adobe.linguistics.spelling A comprehensive convenience class that bundles a context menu UI, the spelling engine, the dictionary loader, and user dictionary support to enable a single-line integration of spell checking functionality into any text related Flex UI component.
 SpellUIForTLF
com.adobe.linguistics.spelling A comprehensive convenience class that bundles a context menu UI, the spelling engine, the dictionary loader, and user dictionary support to enable a single-line integration of spell checking functionality into any custom UI component built around TLF TextFlow.
 TextTokenizer
com.adobe.linguistics.utils The TextTokenizer class locates the boundaries of words in a block of text. Word boundary locations are found according to these general principles: Be able to tokenize a block of text specified by start and end positions Default separator is Unicode white space character.
 TLFHighlighter
com.adobe.linguistics.spelling.framework.ui This class facilitates drawing of squiggly lines below words for TLF TextFlow class. The TextFlow class is responsible for managing all the text content of a story.
 Token
com.adobe.linguistics.utils A Token is an occurrence of a word in a block of text.
 UserDictionary
com.adobe.linguistics.spelling Represents a user dictionary.