Specifies whether or not a new paragraph is created before text is loaded. This property has only an effect, when a Load
Introduced: X16.
public bool AddParagraph { get; set; }
The following example shows how to use the Load
TXTextControl.LoadSettings ls = new TXTextControl.LoadSettings();
ls.ApplicationFieldFormat = TXTextControl.ApplicationFieldFormat.MSWord;
string [] fields = new string[]{ "MERGEFIELD" };
ls.ApplicationFieldTypeNames = fields;
ls.AddParagraph = true;