Nevron Open Vision Documentation
Nevron.Nov.Text.SpellCheck Namespace / NSpellChecker Class / GetMisspelledWordRanges Method
when set to true the spellchecker must check the words that intersect the specified range as the user may be currently typing there.
the protected word range


In This Topic
    GetMisspelledWordRanges Method
    In This Topic
    Gets a list of misspelled word ranges
    Syntax
    'Declaration
     
    
    Public Overridable Function GetMisspelledWordRanges( _
       ByVal chars() As System.Char, _
       ByVal protectWordRange As System.Boolean, _
       ByVal protectedWordRange As NRangeI _
    ) As NList(Of NRangeI)
    'Usage
     
    
    Dim instance As NSpellChecker
    Dim chars() As System.Char
    Dim protectWordRange As System.Boolean
    Dim protectedWordRange As NRangeI
    Dim value As NList(Of NRangeI)
     
    value = instance.GetMisspelledWordRanges(chars, protectWordRange, protectedWordRange)
    public virtual NList<NRangeI> GetMisspelledWordRanges( 
       System.char[] chars,
       System.bool protectWordRange,
       NRangeI protectedWordRange
    )

    Parameters

    chars
    protectWordRange
    when set to true the spellchecker must check the words that intersect the specified range as the user may be currently typing there.
    protectedWordRange
    the protected word range
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also