Windward Studios API Reference
UseSoftEoln Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportText Class : UseSoftEoln Property




Glossary Item Box

If true, then then soft line breaks will be inserted and paragraphs will wrap to the next line. If false then all paragraphs will be placed on a single line of output. The default is true.

Syntax

Visual Basic (Declaration) 
Public Property UseSoftEoln As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ReportText
Dim value As Boolean
 
instance.UseSoftEoln = value
 
value = instance.UseSoftEoln
C# 
public bool UseSoftEoln {get; set;}
Managed Extensions for C++ 
public: __property bool get_UseSoftEoln();
public: __property void set_UseSoftEoln( 
   bool value
);
C++/CLI 
public:
property bool UseSoftEoln {
   bool get();
   void set (    bool value);
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software