Skip to main content

IdxRichEditSubDocument.AppendParagraph Method

Inserts an empty paragraph to the end of a subdocument.

Declaration

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