ComponentOne Word for UWP
RtfLineBreak Class
Members  Example 

C1.UWP.Word Assembly > C1.Xaml.Word.Objects Namespace : RtfLineBreak Class
Represents new line break into RtfSection or C1.Xaml.Word.C1WordDocument.
Object Model
RtfLineBreak Class
Syntax
Example
Use line break for new paragraph into Word/RTF document:
RtfSection section = new RtfSection();
section.Add(new RtfLineBreak());
Inheritance Hierarchy

System.Object
   C1.Xaml.Word.Objects.RtfObject
      C1.Xaml.Word.Objects.RtfBreak
         C1.Xaml.Word.Objects.RtfLineBreak

See Also

Reference

RtfLineBreak Members
C1.Xaml.Word.Objects Namespace