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 |
---|---|
AddReplyResult |
AnnotationHandler.createAnnotationReply(long annotationId,
String message)
Creates the annotation reply.
|
AddReplyResult |
AnnotationHandler.createAnnotationReply(long annotationId,
String message,
long documentId,
long userId)
Creates the annotation reply.
|
AddReplyResult |
AnnotationHandler.createAnnotationReply(long annotationId,
String message,
String parentReplyGuid)
Creates the annotation reply.
|
AddReplyResult |
AnnotationHandler.createAnnotationReply(long annotationId,
String message,
String parentReplyGuid,
long documentId,
long userId)
Creates the annotation reply.
|
Copyright © 2018. All rights reserved.