Interface ICompositeNode
Interface ICompositeNode
名称: Aspose.Note 合計: Aspose.Note.dll (25.4.0)
他のノードを含む可能性のあるコードのインターフェイス。
public interface ICompositeNode
{
ICompositeNode Parent { get; set; }
IEnumerable<ICompositeNode> Children { get; }
}
Methods
ノードタイプ(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
返品リストの要素の種類