ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfLineBreak Class
Members Example

In This Topic
    RtfLineBreak Class
    In This Topic
    Represents new line break into RtfSection or C1.WPF.Word.C1WordDocument.
    Object Model
    RtfLineBreak Class
    Syntax
    'Declaration
     
    Public Class RtfLineBreak 
       Inherits RtfBreak
       Implements C1.WPF.Word.IContentC1.WPF.Word.IDocumentContentC1.WPF.Word.IParagraphContent 
    Example
    Use line break for new paragraph into Word/RTF document:
    RtfSection section = new RtfSection();
    section.Add(new RtfLineBreak());
    Inheritance Hierarchy

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

    See Also