Font
Arial
Arial Black
Comic Sans MS
Courier
Courier New
Fixedsys
Georgia
Impact
Lucida Console
Lucida Sans Unicode
MS Sans Serif
MS Serif
Marlett
Modern
Palatino Linotype
Roman
Script
Small Fonts
Symbol
System
Tahoma
Terminal
Times New Roman
Trebuchet MS
Verdana
Webdings
Wingdings
Font
Size
1 (8 pt)
2 (10 pt)
3 (12 pt)
4 (14 pt)
5 (18 pt)
6 (24 pt)
7 (36 pt)
Size
Description
If you want to add words to a custom dictionary you should set the
CustomDictionary
property of the
UltimateSpell
child control to a value such as "CustomEnglish". Now it will create a file called "CustomEnglish.dic" under the
UltimateSpellInclude\CustomDictionary
directory of your web application, and will append words into this file
when the user clicks the
Add to Dictionary
button on the spell check dialog box, or clicks the
Add to Dictionary
item
in the suggestion popup menu for spell check as you type.
Note that you need to give
Full Permission
to ASPNET (NT AUTHORITY\NETWORK SERVICE in Windows 2003) on your
UltimateSpellInclude\CustomDictionary directory in order to write into the custom dictionary file.