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
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
value | float |
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:
Parameter | Type | Description |
---|---|---|
value | float |
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. |