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 |
---|---|
IInputDataHandler |
AnnotationHandler.getInputDataHandler()
Gets the input data handler.
|
Constructor and Description |
---|
AnnotationHandler(AnnotationConfig cfg,
IInputDataHandler inputDataHandler)
Initializes a new instance of the
AnnotationHandler{T} class. |
AnnotationHandler(AnnotationConfig cfg,
IInputDataHandler inputDataHandler,
IFileDataStore fileDataStore)
Initializes a new instance of the
AnnotationHandler{T} class. |
AnnotationHandler(AnnotationConfig cfg,
IUserDataHandler userDataHandler,
IDocumentDataHandler documentDataHandler,
IAnnotationDataHandler annotationDataHandler,
IAnnotationReplyDataHandler replyDataHandler,
IAnnotationCollaboratorDataHandler collaboratorDataHandler,
IInputDataHandler inputDataHandler,
IFileDataStore fileStore)
Initializes a new instance of the
AnnotationHandler{T} class. |
AnnotationImageHandler(AnnotationConfig cfg,
IInputDataHandler inputDataHandler) |
AnnotationImageHandler(AnnotationConfig cfg,
IInputDataHandler inputDataHandler,
IFileDataStore fileDataStore) |
AnnotationImageHandler(AnnotationConfig cfg,
IUserDataHandler userDataHandler,
IDocumentDataHandler documentDataHandler,
IAnnotationDataHandler annotationDataHandler,
IAnnotationReplyDataHandler replyDataHandler,
IAnnotationCollaboratorDataHandler collaboratorDataHandler,
IInputDataHandler inputDataHandler,
IFileDataStore fileStore) |
Copyright © 2017. All rights reserved.