Introduced in build 8.6.1
Description
Gets or sets whether line breaks in data will result in a new paragraph after processing the WordTemplate. This property only has an affect on OOXML Word documents (.docx, .dotx, etc).C#
vb.net
Remarks
If set totrue
, new lines in data will be treated as new paragraphs by the WordTemplate object when inserting into the document. If set to false
, new lines in data will be inserted as soft-breaks in Word. LineBreaksToParagraphs must be set before calling Open
Examples
C#
vb.net