Skip to main content

SubDocument.AppendParagraph() Method

Obsolete. Appends an empty paragraph to the end of the document.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v14.2.Core.dll

Declaration

[Obsolete("This method has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.ParagraphCollection.Append()' method instead.")]
Paragraph AppendParagraph()
<Obsolete("This method has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.ParagraphCollection.Append()' method instead.")>
Function AppendParagraph As Paragraph

Returns

Type Description
Paragraph

A Paragraph appended to the document.

See Also