Package | Description |
---|---|
com.groupdocs.annotation.domain.results |
The
<b>GroupDocs.Annotation.Domain.Results</b> provides results
classes for AnnotationHandler methods. |
com.groupdocs.annotation.handler |
The GroupDocs.Annotation namespace provides classes for annotating documents
in your Java applications.
|
Modifier and Type | Method and Description |
---|---|
AnnotationInfo |
GetAnnotationResult.getAnnotation()
Gets or sets the annotation.
|
AnnotationInfo[] |
ListAnnotationsResult.getAnnotations()
Gets or sets the annotations.
|
Modifier and Type | Method and Description |
---|---|
void |
GetAnnotationResult.setAnnotation(AnnotationInfo value)
Gets or sets the annotation.
|
void |
ListAnnotationsResult.setAnnotations(AnnotationInfo[] value)
Gets or sets the annotations.
|
Modifier and Type | Method and Description |
---|---|
AnnotationInfo[] |
AnnotationHandler.importAnnotations_Rename_Namesake(InputStream inputDocument,
long userId)
Imports the annotations.
|
AnnotationInfo[] |
AnnotationHandler.importAnnotations_Rename_Namesake(InputStream inputDocument,
long userId,
String password)
Imports the annotations.
|
AnnotationInfo[] |
AnnotationHandler.importAnnotations(InputStream inputDocument)
Imports the annotations.
|
AnnotationInfo[] |
AnnotationHandler.importAnnotations(InputStream inputDoc,
int documentType)
Imports the annotations.
|
AnnotationInfo[] |
AnnotationHandler.importAnnotations(InputStream inputDoc,
int type,
long userId)
Imports the annotations.
|
AnnotationInfo[] |
AnnotationHandler.importAnnotations(InputStream inputDoc,
int type,
long userId,
String password)
Imports the annotations.
|
AnnotationInfo[] |
AnnotationHandler.importAnnotations(InputStream inputDoc,
int documentType,
String password)
Imports the annotations.
|
AnnotationInfo[] |
AnnotationHandler.importAnnotations(InputStream inputDocument,
String password)
Imports the annotations.
|
Modifier and Type | Method and Description |
---|---|
CreateAnnotationResult |
AnnotationHandler.createAnnotation(AnnotationInfo annotationInfo)
Creates the annotation.
|
CreateAnnotationResult |
AnnotationHandler.createAnnotation(AnnotationInfo annotationInfo,
long documentId,
long userId)
Creates the annotation.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
AnnotationHandler.exportAnnotationsToDocument(InputStream inputDocument,
List<AnnotationInfo> annotations)
Exports the annotations to document.
|
InputStream |
AnnotationHandler.exportAnnotationsToDocument(InputStream inputDocument,
List<AnnotationInfo> annotations,
int documentType)
Exports the annotations to document.
|
InputStream |
AnnotationHandler.exportAnnotationsToDocument(InputStream inputDocument,
List<AnnotationInfo> annotations,
int documentType,
String password)
Exports the annotations to document.
|
InputStream |
AnnotationHandler.exportAnnotationsToDocument(InputStream inputDocument,
List<AnnotationInfo> annotations,
String password)
Exports the annotations to document.
|
Copyright © 2018. All rights reserved.