IPoints
Leave feedback
On this page
public interface IPoints
Defines annotation position
| Method | Description |
|---|---|
| getPoints() | Gets or sets annotation position |
| setPoints(List |
Gets or sets annotation position |
public abstract List<Point> getPoints()
Gets or sets annotation position
Returns: java.util.List<com.groupdocs.annotation.models.Point> -
public abstract void setPoints(List<Point> value)
Gets or sets annotation position
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.util.List<com.groupdocs.annotation.models.Point> |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.