append_child method

append_child(new_child)

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

def append_child(self, new_child: aspose.words.Node):
    ...
ParameterTypeDescription
new_childNodeThe node to add.

Returns

The node added.

See Also