InkParagraph

Inheritance: java.lang.Object, com.aspose.note.Node, com.aspose.note.InkNode

All Implemented Interfaces: com.aspose.note.IOutlineElementChildNode

public final class InkParagraph extends InkNode implements IOutlineElementChildNode

Represents a ink node containing handwritten text with additional properties like slanted writing.

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.