Package | Description |
---|---|
com.groupdocs.cloud.annotation.api | |
com.groupdocs.cloud.annotation.model |
Modifier and Type | Method | Description |
---|---|---|
AnnotationApiLink |
AnnotateApi.annotate(AnnotateRequest request) |
Adds annotations to document and saves output file into cloud storage
|
AnnotationApiLink |
AnnotateApi.removeAnnotations(RemoveAnnotationsRequest request) |
Removes annotations from document
|
Modifier and Type | Method | Description |
---|---|---|
ApiResponse<AnnotationApiLink> |
AnnotateApi.annotateWithHttpInfo(AnnotateRequest request) |
Adds annotations to document and saves output file into cloud storage
|
ApiResponse<AnnotationApiLink> |
AnnotateApi.removeAnnotationsWithHttpInfo(RemoveAnnotationsRequest request) |
Removes annotations from document
|
Modifier and Type | Method | Description |
---|---|---|
com.squareup.okhttp.Call |
AnnotateApi.annotateAsync(AnnotateRequest request,
ApiCallback<AnnotationApiLink> callback) |
Adds annotations to document and saves output file into cloud storage (asynchronously)
|
com.squareup.okhttp.Call |
AnnotateApi.removeAnnotationsAsync(RemoveAnnotationsRequest request,
ApiCallback<AnnotationApiLink> callback) |
Removes annotations from document (asynchronously)
|
Modifier and Type | Method | Description |
---|---|---|
AnnotationApiLink |
LinkElement.getLink() |
Link to the document
|
Modifier and Type | Method | Description |
---|---|---|
LinkElement |
LinkElement.link(AnnotationApiLink link) |
|
void |
LinkElement.setLink(AnnotationApiLink link) |
Copyright © 2022. All rights reserved.