Function TParagraph.AppendChild(Par:TParagraph) : TParagraph

Unit: WPRTEDefs
Class: WPRTEDefs.TParagraph

Parameters

Returns

The type of the result value is TParagraph.

Description

Appends one paragraph to the list of child paragraphs. It automatically removes this paragraph from the current list. If no paragraph is passed it will create a new, empty paragraph and append it to the list of children. The function will return the created or appended paragraph.