IPoints

public interface IPoints

Defines annotation position

Methods

Method Description
getPoints() Gets or sets annotation position
setPoints(List value) Gets or sets annotation position

getPoints()

public abstract List<Point> getPoints()

Gets or sets annotation position

Returns: java.util.List<com.groupdocs.annotation.models.Point> -

setPoints(List value)

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>