Interface IOutlineChildNode

Interface IOutlineChildNode

Il nome: Aspose.Note Assemblea: Aspose.Note.dll (25.4.0)

L’interfaccia per tutti i nodi infantili di un nodo di outline.

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

Implements

INode

 Italiano