Interface IOutlineChildNode

Interface IOutlineChildNode

ชื่อพื้นที่: Aspose.Note การประกอบ: Aspose.Note.dll (25.4.0)

อินเตอร์เฟซสําหรับ nodes เด็กทั้งหมดของ node outline

public interface IOutlineChildNode : INode
   {
       void Accept(INodeVisitor visitor);
       int GetLevel();
       IOutline ParentOutline { get; }
   }

Implements

INode

 แบบไทย