Interface
IControlSpellChecker

Definition

Namespace:Telerik.Windows.Documents.Proofing

Assembly:Telerik.Windows.Documents.Proofing.dll

Syntax:

cs-api-definition
public interface IControlSpellChecker

Properties

CurrentControl

Declaration

cs-api-definition
Control CurrentControl { get; set; }

Property Value

Control

IgnoredWords

Declaration

cs-api-definition
IIgnoredWordDictionary IgnoredWords { get; set; }

Property Value

IIgnoredWordDictionary

SpellChecker

Declaration

cs-api-definition
ISpellChecker SpellChecker { get; }

Property Value

ISpellChecker

SupportedControlType

Declaration

cs-api-definition
Type SupportedControlType { get; }

Property Value

Type

Methods

ChangeCurrentWord(string)

Declaration

cs-api-definition
void ChangeCurrentWord(string suggestion)

Parameters

suggestion

string

GetContentAsDocument()

Declaration

cs-api-definition
RadDocument GetContentAsDocument()

Returns

RadDocument

MoveToNextError()

Declaration

cs-api-definition
IWordInfo MoveToNextError()

Returns

IWordInfo

ResetFields()

Declaration

cs-api-definition
void ResetFields()

SetContentFromDocument(RadDocument)

Declaration

cs-api-definition
void SetContentFromDocument(RadDocument document)

Parameters

document

RadDocument