InkDrawing

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

All Implemented Interfaces: com.aspose.note.IPageChildNode

public final class InkDrawing extends InkNode implements IPageChildNode

Represents a ink node containing any drawn content.

Methods

MethodDescription
getHorizontalOffset()Gets the horizontal offset.
setHorizontalOffset(float value)Sets the horizontal offset.
getVerticalOffset()Gets the vertical offset.
setVerticalOffset(float value)Sets the vertical offset.
accept(DocumentVisitor visitor)Accepts the visitor of the node.

getHorizontalOffset()

public final float getHorizontalOffset()

Gets the horizontal offset.

Returns: float

setHorizontalOffset(float value)

public final void setHorizontalOffset(float value)

Sets the horizontal offset.

Parameters:

ParameterTypeDescription
valuefloat

getVerticalOffset()

public final float getVerticalOffset()

Gets the vertical offset.

Returns: float

setVerticalOffset(float value)

public final void setVerticalOffset(float value)

Sets the vertical offset.

Parameters:

ParameterTypeDescription
valuefloat

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.