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


In This Topic
    AddToStyleSheet Method (NParagraphStyle)
    In This Topic
    Adds the rules of this paragraph style to the given style sheet.
    Syntax
    'Declaration
     
    
    Public Overrides Sub AddToStyleSheet( _
       ByVal styleSheet As NStyleSheet _
    ) 
    'Usage
     
    
    Dim instance As NParagraphStyle
    Dim styleSheet As NStyleSheet
     
    instance.AddToStyleSheet(styleSheet)
    public override 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