Interface INode
INode interface
The interface for all nodes of an Aspose.Note document.
public interface INode
Properties
Name | Description |
---|---|
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
Name | Description |
---|---|
Accept(DocumentVisitor) | Accepts the visitor of the node. |
See Also
- namespace Aspose.Note
- assembly Aspose.Note