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; }
   }

Implements

INode

 中文