Class InkWord
Class InkWord
Namespace: Aspose.Note
Assembly: Aspose.Note.dll (24.12.0)
Represents a ink node containing handwritten text.
public sealed class InkWord : InkNode, IOutlineElementChildNode, INode
Inheritance
object ← Node ← InkNode ← InkWord
Implements
IOutlineElementChildNode, INode
Inherited Members
Node.Accept(DocumentVisitor), Node.Document, Node.IsComposite, Node.NodeType, Node.ParentNode, Node.PreviousSibling, Node.NextSibling, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Methods
Accept(DocumentVisitor)
Accepts the visitor of the node.
public override void Accept(DocumentVisitor visitor)
Parameters
visitor
DocumentVisitor
The object of a class derived from the Aspose.Note.DocumentVisitor.