Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NRichTextStyle Class / AddToStyleSheet Method


In This Topic
    AddToStyleSheet Method (NRichTextStyle)
    In This Topic
    Adds the styling information of this rich text style to the given style sheet.
    Syntax
    'Declaration
     
    
    Public MustOverride Sub AddToStyleSheet( _
       ByVal styleSheet As NStyleSheet _
    ) 
    'Usage
     
    
    Dim instance As NRichTextStyle
    Dim styleSheet As NStyleSheet
     
    instance.AddToStyleSheet(styleSheet)
    public abstract void AddToStyleSheet( 
       NStyleSheet styleSheet
    )

    Parameters

    styleSheet
    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