Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NSyntaxHighlighter Class
Members


In This Topic
    NSyntaxHighlighter Class
    In This Topic
    Highlights (colorizes) the syntax of a given plain text source code and returns the resulting HTML stream.
    Object Model
    NSyntaxHighlighter Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NSyntaxHighlighter 
       Inherits Nevron.Nov.NStringParser
    'Usage
     
    
    Dim instance As NSyntaxHighlighter
    public abstract class NSyntaxHighlighter : Nevron.Nov.NStringParser 
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.NStringParser
          Nevron.Nov.Text.NSyntaxHighlighter

    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