Interface IOutlineChildNode

Interface IOutlineChildNode

Der Name: Aspose.Note Zusammensetzung: Aspose.Note.dll (25.4.0)

Die Schnittstelle für alle Kinderknochen eines Outline-Notes.

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

Implements

INode

 Deutsch