Determines how text is appended to the document. The enumeration contains the following values:

Members

Member Description
None The loaded text is inserted at the end of the last paragraph of the existing document.
StartWithNewParagraph A new paragraph is created at the end of the document and the text is inserted in this paragraph.
StartWithNewSection A new section is created at the end of the document and the text is inserted in this section.

See Also

TextControl.Append Method, WPF.TextControl.Append Method, ServerTextControl.Append Method.