InkWord
Inheritance: java.lang.Object, com.aspose.note.Node, com.aspose.note.InkNode
All Implemented Interfaces: com.aspose.note.IOutlineElementChildNode
public final class InkWord extends InkNode implements IOutlineElementChildNode
Represents a ink node containing handwritten text.
Methods
Method | Description |
---|---|
accept(DocumentVisitor visitor) | Accepts the visitor of the node. |
accept(DocumentVisitor visitor)
public void accept(DocumentVisitor visitor)
Accepts the visitor of the node.
Parameters:
Parameter | Type | Description |
---|---|---|
visitor | DocumentVisitor | The object of a class derived from the DocumentVisitor. |