Notebook.GetChildNodes
Notebook.GetChildNodes<T1> method
Get all child nodes by the node type.
public IList<T1> GetChildNodes<T1>()
where T1 : Node
Parameter | Description |
---|---|
T1 | The type of elements in the returned list. |
Return Value
A list of child nodes.
See Also
- class Node
- class Notebook
- namespace Aspose.Note
- assembly Aspose.Note