Package | Description |
---|---|
com.groupdocs.cloud.annotation.api | |
com.groupdocs.cloud.annotation.model |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<AnnotationInfo> |
AnnotateApi.extract(ExtractRequest request) |
Extracts annotations from document
|
ApiResponse<java.util.List<AnnotationInfo>> |
AnnotateApi.extractWithHttpInfo(ExtractRequest request) |
Extracts annotations from document
|
Modifier and Type | Method | Description |
---|---|---|
com.squareup.okhttp.Call |
AnnotateApi.extractAsync(ExtractRequest request,
ApiCallback<java.util.List<AnnotationInfo>> callback) |
Extracts annotations from document (asynchronously)
|
Modifier and Type | Method | Description |
---|---|---|
AnnotationInfo |
AnnotationInfo.addPointsItem(Point pointsItem) |
|
AnnotationInfo |
AnnotationInfo.addRepliesItem(AnnotationReplyInfo repliesItem) |
|
AnnotationInfo |
AnnotationInfo.angle(java.lang.Double angle) |
|
AnnotationInfo |
AnnotationInfo.annotationPosition(Point annotationPosition) |
|
AnnotationInfo |
AnnotationInfo.autoScale(java.lang.Boolean autoScale) |
|
AnnotationInfo |
AnnotationInfo.backgroundColor(java.lang.Integer backgroundColor) |
|
AnnotationInfo |
AnnotationInfo.box(Rectangle box) |
|
AnnotationInfo |
AnnotationInfo.createdOn(org.threeten.bp.OffsetDateTime createdOn) |
|
AnnotationInfo |
AnnotationInfo.creatorEmail(java.lang.String creatorEmail) |
|
AnnotationInfo |
AnnotationInfo.creatorId(java.lang.Integer creatorId) |
|
AnnotationInfo |
AnnotationInfo.creatorName(java.lang.String creatorName) |
|
AnnotationInfo |
AnnotationInfo.fontColor(java.lang.Integer fontColor) |
|
AnnotationInfo |
AnnotationInfo.fontFamily(java.lang.String fontFamily) |
|
AnnotationInfo |
AnnotationInfo.fontSize(java.lang.Double fontSize) |
|
AnnotationInfo |
AnnotationInfo.horizontalAlignment(AnnotationInfo.HorizontalAlignmentEnum horizontalAlignment) |
|
AnnotationInfo |
AnnotationInfo.id(java.lang.Integer id) |
|
AnnotationInfo |
AnnotationInfo.imagePath(java.lang.String imagePath) |
|
AnnotationInfo |
AnnotationInfo.opacity(java.lang.Double opacity) |
|
AnnotationInfo |
AnnotationInfo.pageNumber(java.lang.Integer pageNumber) |
|
AnnotationInfo |
AnnotationInfo.penColor(java.lang.Integer penColor) |
|
AnnotationInfo |
AnnotationInfo.penStyle(AnnotationInfo.PenStyleEnum penStyle) |
|
AnnotationInfo |
AnnotationInfo.penWidth(java.lang.Integer penWidth) |
|
AnnotationInfo |
AnnotationInfo.points(java.util.List<Point> points) |
|
AnnotationInfo |
AnnotationInfo.replies(java.util.List<AnnotationReplyInfo> replies) |
|
AnnotationInfo |
AnnotationInfo.squigglyColor(java.lang.Integer squigglyColor) |
|
AnnotationInfo |
AnnotationInfo.svgPath(java.lang.String svgPath) |
|
AnnotationInfo |
AnnotationInfo.text(java.lang.String text) |
|
AnnotationInfo |
AnnotationInfo.textToReplace(java.lang.String textToReplace) |
|
AnnotationInfo |
AnnotationInfo.type(AnnotationInfo.TypeEnum type) |
|
AnnotationInfo |
AnnotationInfo.url(java.lang.String url) |
|
AnnotationInfo |
AnnotationInfo.verticalAlignment(AnnotationInfo.VerticalAlignmentEnum verticalAlignment) |
|
AnnotationInfo |
AnnotationInfo.zindex(java.lang.Integer zindex) |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<AnnotationInfo> |
AnnotateOptions.getAnnotations() |
List of annotations to add to the document
|
Modifier and Type | Method | Description |
---|---|---|
AnnotateOptions |
AnnotateOptions.addAnnotationsItem(AnnotationInfo annotationsItem) |
Modifier and Type | Method | Description |
---|---|---|
AnnotateOptions |
AnnotateOptions.annotations(java.util.List<AnnotationInfo> annotations) |
|
void |
AnnotateOptions.setAnnotations(java.util.List<AnnotationInfo> annotations) |
Copyright © 2022. All rights reserved.