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()
Get annotations.
|
com.aspose.ms.System.Collections.Generic.List<AnnotationBase> |
Annotator.getInternal() |
Modifier and Type | Method and Description |
---|---|
void |
Annotator.add(AnnotationBase annotation)
Add annotation.
|
void |
Annotator.update(AnnotationBase newAnnotation)
Update annotation.
|
Modifier and Type | Method and Description |
---|---|
void |
Annotator.add(List<AnnotationBase> annotations)
Add list of annotations.
|
void |
Annotator.addInternal(com.aspose.ms.System.Collections.Generic.List<AnnotationBase> annotations) |
void |
Annotator.update(List<AnnotationBase> annotations)
Update list of annotations.
|
void |
Annotator.updateInternal(com.aspose.ms.System.Collections.Generic.List<AnnotationBase> 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
|