getChildNodes method

getChildNodes(nodeType, isDeep)

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

getChildNodes(nodeType: Aspose.Words.NodeType, isDeep: boolean)
ParameterTypeDescription
nodeTypeNodeType
isDeepboolean

See Also