appendChild method

appendChild(newChild)

Adds the specified node to the end of the stdContent range.

appendChild(newChild: Aspose.Words.Node)
ParameterTypeDescription
newChildNodeThe node to add.

Returns

The node added.

See Also