SpellCheck Method (Article)

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

Description

Checks spelling the entire article in the specified language.

Requires the article to be checked out.

Available in Ted and Fred.

Syntax

object.SpellCheck (strLanguage)

object

Required. Object name. Returned by Ted.GetActiveArticle or Fred.GetActiveArticle.

strLanguage

Required. Name of the spelling dictionary.

Example

This script check spelling in entire article using the spelling dictionary "English".

If Ted.HasActiveArticle Then

 Ted.GetActiveArticle.SpellCheck ("English")

End If

Context

Article object

See also

SpellCheckDlg, GetSpellErrorNum