Interface IOutlineChildNode

Interface IOutlineChildNode

Le nom : Aspose.Note Assemblée: Aspose.Note.dll (25.4.0)

L’interface pour tous les nœuds de l’enfant d’un noyau de sortie.

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

Implements

INode

 Français