IOutlineChildNode Interface

The interface for all child nodes of an outline node.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 20.3
Syntax
public interface IOutlineChildNode : INode

The IOutlineChildNode 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.)
Methods
  NameDescription
Public methodAccept
Accepts the visitor of the node.
(Inherited from INode.)
See Also