get_child_nodes method

get_child_nodes(node_type, is_deep)

Returns a live collection of child nodes that match the specified types.

def get_child_nodes(self, node_type: aspose.words.NodeType, is_deep: bool):
    ...
ParameterTypeDescription
node_typeNodeType
is_deepbool

See Also