Description
Checks spelling in the entire article showing the dialog to choose the language.
Requires the article to be checked out.
Available in Ted.
Syntax
object.SpellCheckDlg |
object
Required. Object name. Returned by Ted.GetActiveArticle.
Example
This script check spelling in entire article..
If Ted.HasActiveArticle Then
Ted.GetActiveArticle.SpellCheckDlg
End If
Context
Article object
See also