IOutlineElementChildNode Interface

Aspose.Note for .NET API

IOutlineElementChildNode Interface

The interface for all child nodes of an outline element node.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public interface IOutlineElementChildNode : INode
Public Interface IOutlineElementChildNode
	Inherits INode
public interface class IOutlineElementChildNode : INode
type IOutlineElementChildNode =  
    interface
        interface INode
    end

The IOutlineElementChildNode type exposes the following members.

Properties
  NameDescription
Public propertyNextSibling
Gets the next node at the same node tree level.
(Inherited from INode.)
Public propertyPreviousSibling
Gets the previous node at the same node tree level.
(Inherited from INode.)
Top
Methods
  NameDescription
Public methodAccept
Accepts the visitor of the node.
(Inherited from INode.)
Top
See Also