Package | Description |
---|---|
com.groupdocs.cloud.annotation.model |
Modifier and Type | Method | Description |
---|---|---|
Point |
AnnotationInfo.getAnnotationPosition() |
Gets or sets the annotation position
|
Point |
Point.X(java.lang.Double X) |
|
Point |
Point.Y(java.lang.Double Y) |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<Point> |
AnnotationInfo.getPoints() |
Gets or sets collection of points that describe rectangles with text
|
Modifier and Type | Method | Description |
---|---|---|
AnnotationInfo |
AnnotationInfo.addPointsItem(Point pointsItem) |
|
AnnotationInfo |
AnnotationInfo.annotationPosition(Point annotationPosition) |
|
void |
AnnotationInfo.setAnnotationPosition(Point annotationPosition) |
Modifier and Type | Method | Description |
---|---|---|
AnnotationInfo |
AnnotationInfo.points(java.util.List<Point> points) |
|
void |
AnnotationInfo.setPoints(java.util.List<Point> points) |
Copyright © 2022. All rights reserved.