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 |
---|---|
Point |
Point.Clone() |
Modifier and Type | Method and Description |
---|---|
void |
Point.CloneTo(Point that) |
static boolean |
Point.equals(Point obj1,
Point obj2) |
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> |
StrikeoutAnnotation.getPoints()
Gets or sets collection of points that describe rectangles with text
|
List<Point> |
TextRedactionAnnotation.getPoints()
Gets or sets collection of points that describe rectangles with text
|
List<Point> |
UnderlineAnnotation.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 |
StrikeoutAnnotation.setPoints(List<Point> value)
Gets or sets collection of points that describe rectangles with text
|
void |
TextRedactionAnnotation.setPoints(List<Point> value)
Gets or sets collection of points that describe rectangles with text
|
void |
UnderlineAnnotation.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
|