Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NLibraryDataObjectAdaptor Class / AdaptText Method


In This Topic
    AdaptText Method (NLibraryDataObjectAdaptor)
    In This Topic
    Adapts the specified text as a library data object, ready to be inserted in a library document
    Syntax
    'Declaration
     
    
    Public Overridable Function AdaptText( _
       ByVal str As System.String _
    ) As NLibraryClipping
    'Usage
     
    
    Dim instance As NLibraryDataObjectAdaptor
    Dim str As System.String
    Dim value As NLibraryClipping
     
    value = instance.AdaptText(str)
    public virtual NLibraryClipping AdaptText( 
       System.string str
    )

    Parameters

    str
    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