Package | Description |
---|---|
com.groupdocs.annotation.handler |
The GroupDocs.Annotation namespace provides classes for annotating documents
in your Java applications.
|
Modifier and Type | Method and Description |
---|---|
SetCollaboratorsResult |
AnnotationHandler.addCollaborator(long documentId,
ReviewerInfo reviewerInfo)
Adds the collaborator.
|
SetCollaboratorsResult |
AnnotationHandler.deleteCollaborator(long documentId,
String email)
Deletes the collaborator.
|
SetCollaboratorsResult |
AnnotationHandler.updateCollaborator(long documentId,
ReviewerInfo reviewerInfo)
Updates the collaborator.
|
Copyright © 2018. All rights reserved.