removeChild method
removeChild(oldChild)
Removes the specified child node.
removeChild(oldChild: Aspose.Words.Node)
Parameter | Type | Description |
---|---|---|
oldChild | Node | The node to remove. |
Remarks
The parent of oldChild is set tonull
after the node is removed.
Returns
The removed node.
See Also
- module Aspose.Words
- class CompositeNode