Setting the Spelling Session Options
After initializing a spelling session, call the SplOptionSet function to customize the Spelling Checker operations. For example:
- Use SplOptionSet to instruct the spelling checker to find repeating words, ignore Roman numerals, or ignore capitalization errors.
- Call SplOptionGet to retrieve the current settings of the spelling session. You can then display the options to the user, and change the options with a call to SplOptionSet. By default, all options are turned off at the beginning of the spelling session.