public interface INode
The interface for all nodes of an Aspose.Note document.
Modifier and Type | Method and Description |
---|---|
void |
accept(DocumentVisitor visitor) |
INode |
getNextSibling() |
INode |
getPreviousSibling() |
INode getPreviousSibling()
INode getNextSibling()
void accept(DocumentVisitor visitor)