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 |
---|---|
SaveAnnotationTextResult |
AnnotationHandler.saveTextField(long annotationId,
TextFieldInfo textFieldInfo)
Saves the text field.
|
SaveAnnotationTextResult |
AnnotationHandler.saveTextField(long annotationId,
TextFieldInfo textFieldInfo,
long documentId,
long userId)
Saves the text field.
|
SaveAnnotationTextResult |
AnnotationHandler.setAnnotationBackgroundColor(long annotationId,
int color)
Sets the color of the annotation background.
|
SaveAnnotationTextResult |
AnnotationHandler.setAnnotationBackgroundColor(long annotationId,
int color,
long documentId,
long userId)
Sets the color of the annotation background.
|
SaveAnnotationTextResult |
AnnotationHandler.setTextFieldColor(long annotationId,
int fontColor)
Sets the color of the text field.
|
SaveAnnotationTextResult |
AnnotationHandler.setTextFieldColor(long annotationId,
int fontColor,
long documentId,
long userId)
Sets the color of the text field.
|
Copyright © 2017. All rights reserved.