INode Interface

Aspose.Note for .NET API

INode Interface

The interface for all nodes of an Aspose.Note document.

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

The INode type exposes the following members.

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