| Package | Description |
|---|---|
| com.groupdocs.annotation.models |
The namespace provides annotation data classes.
|
| com.groupdocs.annotation.models.annotationmodels |
The namespace provides annotation models data classes.
|
| com.groupdocs.annotation.models.annotationmodels.interfaces.properties |
The namespace provides annotation properties interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Point.equals(Point obj1,
Point obj2) |
static boolean |
Point.opEquality(Point left,
Point right)
Compares two Point objects.
|
static boolean |
Point.opInequality(Point left,
Point right)
Compares two Point objects.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Point.isPointCollectionsEqual(List<Point> points1,
List<Point> points2) |
static boolean |
Point.isPointCollectionsEqual(List<Point> points1,
List<Point> points2) |
| Constructor and Description |
|---|
Point(Point point)
Initializes a new instance of
Point class. |
| Modifier and Type | Method and Description |
|---|---|
List<Point> |
HighlightAnnotation.getPoints()
Gets or sets collection of points that describe rectangles with text
|
List<Point> |
LinkAnnotation.getPoints()
Coordinates
|
List<Point> |
ReplacementAnnotation.getPoints()
Gets or sets collection of points that describe rectangles with text
|
List<Point> |
SquigglyAnnotation.getPoints()
Coordinates
|
List<Point> |
TextRedactionAnnotation.getPoints()
Gets or sets collection of points that describe rectangles with text
|
| Modifier and Type | Method and Description |
|---|---|
void |
HighlightAnnotation.setPoints(List<Point> value)
Gets or sets collection of points that describe rectangles with text
|
void |
LinkAnnotation.setPoints(List<Point> value)
Coordinates
|
void |
ReplacementAnnotation.setPoints(List<Point> value)
Gets or sets collection of points that describe rectangles with text
|
void |
SquigglyAnnotation.setPoints(List<Point> value)
Coordinates
|
void |
TextRedactionAnnotation.setPoints(List<Point> value)
Gets or sets collection of points that describe rectangles with text
|
| Modifier and Type | Method and Description |
|---|---|
List<Point> |
IPoints.getPoints()
Gets or sets annotation position
|
| Modifier and Type | Method and Description |
|---|---|
void |
IPoints.setPoints(List<Point> value)
Gets or sets annotation position
|
Copyright © 2024. All rights reserved.