Interface ICompositeNode
Interface ICompositeNode
名称: Aspose.Note 集合: Aspose.Note.dll (25.4.0)
接口可用于可能包含其他节点的 nodes。
public interface ICompositeNode
Methods
GetChildNodes(NodeType)
按节点类型获取所有儿童节。
[Obsolete("Use GetChildNodes<t>() method instead.")]
List<inode> GetChildNodes(NodeType type)
Parameters
type
NodeType
节点类型。
Returns
儿童节点列表
GetChildNodes()
根据节点类型获取所有儿童节。
List<t1> GetChildNodes<t1>() where T1 : class, INode
Returns
儿童节点列表
类型参数
T1
返回列表中的元素类型。