Interface IOutlineChildNode
Interface IOutlineChildNode
名称: Aspose.Note 合計: Aspose.Note.dll (25.4.0)
すべての子どものノードのためのインターフェイスは、出力コードです。
public interface IOutlineChildNode : INode
{
void Accept(INodeVisitor visitor);
int GetLevel();
IOutline ParentOutline { get; }
}