Interface IOutlineChildNode

Interface IOutlineChildNode

İsim alanı : Aspose.Note Toplama: Aspose.Note.dll (25.4.0)

Çocuğun tüm düğümleri için bir çıkış düğü arayüzü.

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

Implements

INode

 Türkçe