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 |
---|---|
Rectangle |
Rectangle.Clone() |
Modifier and Type | Method and Description |
---|---|
void |
Rectangle.CloneTo(Rectangle that) |
static boolean |
Rectangle.equals(Rectangle obj1,
Rectangle obj2) |
static boolean |
Rectangle.op_Equality(Rectangle left,
Rectangle right)
Compares two Rectangle objects.
|
static boolean |
Rectangle.op_Inequality(Rectangle left,
Rectangle right)
Compares two Rectangle objects.
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
AreaAnnotation.getBox()
Gets or sets annotation position
|
Rectangle |
ArrowAnnotation.getBox()
Gets or sets annotation position
|
Rectangle |
DistanceAnnotation.getBox()
Gets or sets annotation position
|
Rectangle |
EllipseAnnotation.getBox()
Gets or sets annotation position
|
Rectangle |
PointAnnotation.getBox()
Gets or sets annotation position
|
Rectangle |
PolylineAnnotation.getBox()
Gets or sets annotation position
|
Rectangle |
ResourcesRedactionAnnotation.getBox()
Gets or sets annotation position
|
Rectangle |
TextFieldAnnotation.getBox()
Gets or sets annotation position
|
Rectangle |
WatermarkAnnotation.getBox()
Gets or sets annotation position
|
Modifier and Type | Method and Description |
---|---|
void |
AreaAnnotation.setBox(Rectangle value)
Gets or sets annotation position
|
void |
ArrowAnnotation.setBox(Rectangle value)
Gets or sets annotation position
|
void |
DistanceAnnotation.setBox(Rectangle value)
Gets or sets annotation position
|
void |
EllipseAnnotation.setBox(Rectangle value)
Gets or sets annotation position
|
void |
PointAnnotation.setBox(Rectangle value)
Gets or sets annotation position
|
void |
PolylineAnnotation.setBox(Rectangle value)
Gets or sets annotation position
|
void |
ResourcesRedactionAnnotation.setBox(Rectangle value)
Gets or sets annotation position
|
void |
TextFieldAnnotation.setBox(Rectangle value)
Gets or sets annotation position
|
void |
WatermarkAnnotation.setBox(Rectangle value)
Gets or sets annotation position
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
IBox.getBox()
Gets or sets annotation position
|
Modifier and Type | Method and Description |
---|---|
void |
IBox.setBox(Rectangle value)
Gets or sets annotation position
|