SpellCheckDlg Method (Article)

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 17:07

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

SpellCheck, GetSpellErrorNum