[]
        
(Showing Draft Content)

C1.WPF.Word.Objects.RtfLineBreak

RtfLineBreak Class

Represents new line break into RtfSection or C1WordDocument.

Inheritance
RtfLineBreak
Namespace: C1.WPF.Word.Objects
Assembly: C1.WPF.Word.4.6.2.dll
Syntax
public class RtfLineBreak : RtfBreak, ICloneable, IDocumentContent, IParagraphContent, IContent
Examples

Use line break for new paragraph into Word/RTF document:

RtfSection section = new RtfSection();
section.Add(new RtfLineBreak());

Constructors

Name Description
RtfLineBreak()

The RtfLineBreak object cunstructor.