Class InkNode
Class InkNode
Namespace: Aspose.Note
Assembly: Aspose.Note.dll (25.4.0)
Represents a common interface for all ink nodes.
public abstract class InkNode : Node, INode
Inheritance
Derived
InkDrawing , InkParagraph , InkWord
Implements
Inherited Members
Node.Accept(DocumentVisitor) , Node.Document , Node.IsComposite , Node.NodeType , Node.ParentNode , Node.PreviousSibling , Node.NextSibling , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
InkNode(NodeType)
Initializes a new instance of the Aspose.Note.InkNode class.
protected InkNode(NodeType nodeType)
Parameters
nodeType
NodeType
The type of the node.