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

MethodDescription
accept(DocumentVisitor visitor)Accepts the visitor of the node.

accept(DocumentVisitor visitor)

public void accept(DocumentVisitor visitor)

Accepts the visitor of the node.

Parameters:

ParameterTypeDescription
visitorDocumentVisitorThe object of a class derived from the DocumentVisitor.