Package | Description |
---|---|
com.groupdocs.annotation.handler |
The GroupDocs.Annotation namespace provides classes for annotating documents
in your Java applications.
|
Constructor and Description |
---|
AnnotationHandler(AnnotationConfig cfg)
Initializes a new instance of the
AnnotationHandler{T} class. |
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)
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) |
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) |
AnnotationImageHandler(AnnotationConfig cfg,
IUserDataHandler userDataHandler,
IDocumentDataHandler documentDataHandler,
IAnnotationDataHandler annotationDataHandler,
IAnnotationReplyDataHandler replyDataHandler,
IAnnotationCollaboratorDataHandler collaboratorDataHandler,
IInputDataHandler inputDataHandler,
IFileDataStore fileStore) |
Copyright © 2018. All rights reserved.