Nevron Open Vision Documentation
Nevron.Nov.Office Namespace / NSpellCheckWorkspaceItemBase Class / GetSpellChecker Method


In This Topic
    GetSpellChecker Method (NSpellCheckWorkspaceItemBase)
    In This Topic
    Gets the spell checker of the given document view.
    Syntax
    'Declaration
     
    
    Protected MustOverride Function GetSpellChecker( _
       ByVal view As INDocumentView _
    ) As NSpellChecker
    'Usage
     
    
    Dim instance As NSpellCheckWorkspaceItemBase
    Dim view As INDocumentView
    Dim value As NSpellChecker
     
    value = instance.GetSpellChecker(view)
    protected abstract NSpellChecker GetSpellChecker( 
       INDocumentView view
    )

    Parameters

    view
    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