Package | Description |
---|---|
com.groupdocs.annotation |
The namespace provides classes
to annotate documents for all popular document formats.
|
com.groupdocs.annotation.models.annotationmodels |
The namespace provides annotation models data classes.
|
Modifier and Type | Method and Description |
---|---|
List<AnnotationBase> |
Annotator.get()
Gets collections of document annotations.
|
List<AnnotationBase> |
Annotator.get(int type)
Gets collection of document annotations by annotation type.
|
List<AnnotationBase> |
Annotator.getVersion(Object version)
Get annotations from versions.
|
Modifier and Type | Method and Description |
---|---|
void |
Annotator.add(AnnotationBase annotation)
Adds annotation to document
|
void |
Annotator.remove(AnnotationBase annotation)
Removes annotation from document.
|
void |
Annotator.update(AnnotationBase newAnnotation)
Updates document annotation.
|
Modifier and Type | Method and Description |
---|---|
void |
Annotator.add(List<AnnotationBase> annotations)
Adds collection of annotations to a document.
|
void |
Annotator.removeInternal(List<AnnotationBase> annotationsToDelete)
Removes collection of annotations from document.
|
void |
Annotator.update(List<AnnotationBase> annotations)
Updates collection of document annotations.
|
Modifier and Type | Class and Description |
---|---|
class |
AreaAnnotation
Represents area annotation properties
|
class |
ArrowAnnotation
Represents Arrow annotation properties
|
class |
DistanceAnnotation
Represents Distance annotation properties
|
class |
EllipseAnnotation
Represents Ellipse annotation properties
|
class |
HighlightAnnotation
Represents Highlight annotation properties
|
class |
LinkAnnotation
Represents Link annotation properties
|
class |
PointAnnotation
Represents Point annotation properties
|
class |
PolylineAnnotation
Represents Polyline annotation properties
|
class |
ReplacementAnnotation
Represents Replacement annotation properties
|
class |
ResourcesRedactionAnnotation
Represents Resources redaction annotation properties
|
class |
StrikeoutAnnotation
Represents Strikeout annotation properties
|
class |
TextFieldAnnotation
Represents Text field annotation properties
|
class |
TextRedactionAnnotation
Represents Text redaction annotation properties
|
class |
UnderlineAnnotation
Represents Underline annotation properties
|
class |
WatermarkAnnotation
Represents Watermark annotation properties
|
Modifier and Type | Method and Description |
---|---|
boolean |
AnnotationBase.equals(AnnotationBase other)
Compares Base Annotations using IEquatable Equals method
|