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

 한국어