Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NBreakInline Class / Ofl Method


In This Topic
    Ofl Method (NBreakInline)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Sub Ofl( _
       ByVal UGrC As System.Integer, _
       ByVal vGrC() As System.Char _
    ) 
    'Usage
     
    
    Dim instance As NBreakInline
    Dim UGrC As System.Integer
    Dim vGrC() As System.Char
     
    instance.Ofl(UGrC, vGrC)
    internal override void Ofl( 
       System.int UGrC,
       System.char[] vGrC
    )

    Parameters

    UGrC
    vGrC
    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