[]
Represents new line break into RtfSection or C1WordDocument.
public class RtfLineBreak : RtfBreak, ICloneable, IDocumentContent, IParagraphContent, IContent
Use line break for new paragraph into Word/RTF document:
RtfSection section = new RtfSection();
section.Add(new RtfLineBreak());
Name | Description |
---|---|
RtfLineBreak() | The RtfLineBreak object cunstructor. |