Interface INode

INode interface

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

public interface INode

Properties

NameDescription
NextSibling { get; }Gets the next node at the same node tree level.
PreviousSibling { get; }Gets the previous node at the same node tree level.

Methods

NameDescription
Accept(DocumentVisitor)Accepts the visitor of the node.

See Also