Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NMergeAndSaveBatch Class / ConvertFieldToTextInlines Method


In This Topic
    ConvertFieldToTextInlines Method
    In This Topic
    Clones the given section, converts its field inlines to text inlines and returns the resulting section.
    Syntax
    'Declaration
     
    
    Protected Overridable Function ConvertFieldToTextInlines( _
       ByVal section As NSection _
    ) As NSection
    'Usage
     
    
    Dim instance As NMergeAndSaveBatch
    Dim section As NSection
    Dim value As NSection
     
    value = instance.ConvertFieldToTextInlines(section)
    protected virtual NSection ConvertFieldToTextInlines( 
       NSection section
    )

    Parameters

    section
    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