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


In This Topic
    Apply Method (NRichTextStyle)
    In This Topic
    Applies this rich text style to the given text element and adds the style to the rich text document the given text element resides in.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Apply( _
       ByVal textElement As NTextElement _
    ) 
    'Usage
     
    
    Dim instance As NRichTextStyle
    Dim textElement As NTextElement
     
    instance.Apply(textElement)
    public virtual void Apply( 
       NTextElement textElement
    )

    Parameters

    textElement
    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