node_inserting method
node_inserting(args)
Called just before a node belonging to this document is about to be inserted into another node.
def node_inserting(self, args: aspose.words.NodeChangingArgs):
...
Parameter | Type | Description |
---|---|---|
args | NodeChangingArgs |
See Also
- module aspose.words
- class INodeChangingCallback