NevronOpenVision
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
    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