Back to Devexpress

IdxRichEditSubDocument.AppendParagraph Method

vcl-dxrichedit-dot-nativeapi-dot-idxricheditsubdocument-220ef2c5.md

latest817 B
Original Source

IdxRichEditSubDocument.AppendParagraph Method

Inserts an empty paragraph to the end of a subdocument.

Declaration

delphi
function AppendParagraph: IdxRichEditParagraph;

Returns

Type
IdxRichEditParagraph

Remarks

Call this function to add an empty paragraph to the end of the main document body, header, footer, or floating text box. The AppendParagraph function returns the appended paragraph whose properties you can customize.

See Also

IdxRichEditSubDocument Interface

IdxRichEditSubDocument Members

dxRichEdit.NativeApi Unit