public class AnnotationInfo extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AnnotationInfo.HorizontalAlignmentEnum |
Gets or sets text horizontal alignment
|
static class |
AnnotationInfo.PenStyleEnum |
Gets or sets the annotation's pen style
|
static class |
AnnotationInfo.TypeEnum |
Gets or sets the annotation type
|
static class |
AnnotationInfo.VerticalAlignmentEnum |
Gets or sets text vertical alignment
|
| Constructor | Description |
|---|---|
AnnotationInfo() |
| Modifier and Type | Method | Description |
|---|---|---|
AnnotationInfo |
addPointsItem(Point pointsItem) |
|
AnnotationInfo |
addRepliesItem(AnnotationReplyInfo repliesItem) |
|
AnnotationInfo |
angle(Double angle) |
|
AnnotationInfo |
annotationPosition(Point annotationPosition) |
|
AnnotationInfo |
autoScale(Boolean autoScale) |
|
AnnotationInfo |
backgroundColor(Integer backgroundColor) |
|
AnnotationInfo |
box(Rectangle box) |
|
AnnotationInfo |
createdOn(org.threeten.bp.OffsetDateTime createdOn) |
|
AnnotationInfo |
creatorEmail(String creatorEmail) |
|
AnnotationInfo |
creatorId(Integer creatorId) |
|
AnnotationInfo |
creatorName(String creatorName) |
|
boolean |
equals(Object o) |
|
AnnotationInfo |
fontColor(Integer fontColor) |
|
AnnotationInfo |
fontFamily(String fontFamily) |
|
AnnotationInfo |
fontSize(Double fontSize) |
|
Double |
getAngle() |
Gets or sets the watermark annotation's rotation angle
|
Point |
getAnnotationPosition() |
Gets or sets the annotation position
|
Boolean |
getAutoScale() |
Sets auto scale for watermark annotation
|
Integer |
getBackgroundColor() |
Gets or sets the annotation's background color
|
Rectangle |
getBox() |
Gets or sets the box where annotation will be placed
|
org.threeten.bp.OffsetDateTime |
getCreatedOn() |
Gets or sets the annotation created on date
|
String |
getCreatorEmail() |
Gets or sets the creator's email
|
Integer |
getCreatorId() |
Gets or sets the creator unique identifier
|
String |
getCreatorName() |
Gets or sets the name of the creator
|
Integer |
getFontColor() |
Gets or sets the annotation's font color
|
String |
getFontFamily() |
Gets or sets the annotation's font family
|
Double |
getFontSize() |
Gets or sets the annotation's font size
|
AnnotationInfo.HorizontalAlignmentEnum |
getHorizontalAlignment() |
Gets or sets text horizontal alignment
|
Integer |
getId() |
Gets or sets the unique identifier
|
String |
getImagePath() |
Gets or sets image file path in cloud storage, for Image annotations
|
Double |
getOpacity() |
Gets or sets the annotation's opacity
|
Integer |
getPageNumber() |
Gets or sets the number of page where annotation will be placed
|
Integer |
getPenColor() |
Gets or sets the annotation's pen color
|
AnnotationInfo.PenStyleEnum |
getPenStyle() |
Gets or sets the annotation's pen style
|
Integer |
getPenWidth() |
Gets or sets the annotation's pen width
|
List<Point> |
getPoints() |
Gets or sets collection of points that describe rectangles with text
|
List<AnnotationReplyInfo> |
getReplies() |
Gets or sets the array of annotation replies
|
Integer |
getSquigglyColor() |
Gets or sets annotation color
|
String |
getSvgPath() |
Gets or sets the annotation SVG path
|
String |
getText() |
Gets or sets the annotation text
|
String |
getTextToReplace() |
GGets or sets text to be replaced
|
AnnotationInfo.TypeEnum |
getType() |
Gets or sets the annotation type
|
String |
getUrl() |
Gets or sets annotation link url
|
AnnotationInfo.VerticalAlignmentEnum |
getVerticalAlignment() |
Gets or sets text vertical alignment
|
Integer |
getZindex() |
Gets or sets z-index.
|
int |
hashCode() |
|
AnnotationInfo |
horizontalAlignment(AnnotationInfo.HorizontalAlignmentEnum horizontalAlignment) |
|
AnnotationInfo |
id(Integer id) |
|
AnnotationInfo |
imagePath(String imagePath) |
|
AnnotationInfo |
opacity(Double opacity) |
|
AnnotationInfo |
pageNumber(Integer pageNumber) |
|
AnnotationInfo |
penColor(Integer penColor) |
|
AnnotationInfo |
penStyle(AnnotationInfo.PenStyleEnum penStyle) |
|
AnnotationInfo |
penWidth(Integer penWidth) |
|
AnnotationInfo |
points(List<Point> points) |
|
AnnotationInfo |
replies(List<AnnotationReplyInfo> replies) |
|
void |
setAngle(Double angle) |
|
void |
setAnnotationPosition(Point annotationPosition) |
|
void |
setAutoScale(Boolean autoScale) |
|
void |
setBackgroundColor(Integer backgroundColor) |
|
void |
setBox(Rectangle box) |
|
void |
setCreatedOn(org.threeten.bp.OffsetDateTime createdOn) |
|
void |
setCreatorEmail(String creatorEmail) |
|
void |
setCreatorId(Integer creatorId) |
|
void |
setCreatorName(String creatorName) |
|
void |
setFontColor(Integer fontColor) |
|
void |
setFontFamily(String fontFamily) |
|
void |
setFontSize(Double fontSize) |
|
void |
setHorizontalAlignment(AnnotationInfo.HorizontalAlignmentEnum horizontalAlignment) |
|
void |
setId(Integer id) |
|
void |
setImagePath(String imagePath) |
|
void |
setOpacity(Double opacity) |
|
void |
setPageNumber(Integer pageNumber) |
|
void |
setPenColor(Integer penColor) |
|
void |
setPenStyle(AnnotationInfo.PenStyleEnum penStyle) |
|
void |
setPenWidth(Integer penWidth) |
|
void |
setPoints(List<Point> points) |
|
void |
setReplies(List<AnnotationReplyInfo> replies) |
|
void |
setSquigglyColor(Integer squigglyColor) |
|
void |
setSvgPath(String svgPath) |
|
void |
setText(String text) |
|
void |
setTextToReplace(String textToReplace) |
|
void |
setType(AnnotationInfo.TypeEnum type) |
|
void |
setUrl(String url) |
|
void |
setVerticalAlignment(AnnotationInfo.VerticalAlignmentEnum verticalAlignment) |
|
void |
setZindex(Integer zindex) |
|
AnnotationInfo |
squigglyColor(Integer squigglyColor) |
|
AnnotationInfo |
svgPath(String svgPath) |
|
AnnotationInfo |
text(String text) |
|
AnnotationInfo |
textToReplace(String textToReplace) |
|
String |
toString() |
|
AnnotationInfo |
type(AnnotationInfo.TypeEnum type) |
|
AnnotationInfo |
url(String url) |
|
AnnotationInfo |
verticalAlignment(AnnotationInfo.VerticalAlignmentEnum verticalAlignment) |
|
AnnotationInfo |
zindex(Integer zindex) |
public AnnotationInfo id(Integer id)
public Integer getId()
public void setId(Integer id)
public AnnotationInfo text(String text)
public String getText()
public void setText(String text)
public AnnotationInfo textToReplace(String textToReplace)
public String getTextToReplace()
public void setTextToReplace(String textToReplace)
public AnnotationInfo horizontalAlignment(AnnotationInfo.HorizontalAlignmentEnum horizontalAlignment)
public AnnotationInfo.HorizontalAlignmentEnum getHorizontalAlignment()
public void setHorizontalAlignment(AnnotationInfo.HorizontalAlignmentEnum horizontalAlignment)
public AnnotationInfo verticalAlignment(AnnotationInfo.VerticalAlignmentEnum verticalAlignment)
public AnnotationInfo.VerticalAlignmentEnum getVerticalAlignment()
public void setVerticalAlignment(AnnotationInfo.VerticalAlignmentEnum verticalAlignment)
public AnnotationInfo creatorId(Integer creatorId)
public Integer getCreatorId()
public void setCreatorId(Integer creatorId)
public AnnotationInfo creatorName(String creatorName)
public String getCreatorName()
public void setCreatorName(String creatorName)
public AnnotationInfo creatorEmail(String creatorEmail)
public String getCreatorEmail()
public void setCreatorEmail(String creatorEmail)
public AnnotationInfo box(Rectangle box)
public Rectangle getBox()
public void setBox(Rectangle box)
public AnnotationInfo points(List<Point> points)
public AnnotationInfo addPointsItem(Point pointsItem)
public List<Point> getPoints()
public AnnotationInfo pageNumber(Integer pageNumber)
public Integer getPageNumber()
public void setPageNumber(Integer pageNumber)
public AnnotationInfo annotationPosition(Point annotationPosition)
public Point getAnnotationPosition()
public void setAnnotationPosition(Point annotationPosition)
public AnnotationInfo svgPath(String svgPath)
public String getSvgPath()
public void setSvgPath(String svgPath)
public AnnotationInfo type(AnnotationInfo.TypeEnum type)
public AnnotationInfo.TypeEnum getType()
public void setType(AnnotationInfo.TypeEnum type)
public AnnotationInfo replies(List<AnnotationReplyInfo> replies)
public AnnotationInfo addRepliesItem(AnnotationReplyInfo repliesItem)
public List<AnnotationReplyInfo> getReplies()
public void setReplies(List<AnnotationReplyInfo> replies)
public AnnotationInfo createdOn(org.threeten.bp.OffsetDateTime createdOn)
public org.threeten.bp.OffsetDateTime getCreatedOn()
public void setCreatedOn(org.threeten.bp.OffsetDateTime createdOn)
public AnnotationInfo fontColor(Integer fontColor)
public Integer getFontColor()
public void setFontColor(Integer fontColor)
public AnnotationInfo penColor(Integer penColor)
public Integer getPenColor()
public void setPenColor(Integer penColor)
public AnnotationInfo penWidth(Integer penWidth)
public Integer getPenWidth()
public void setPenWidth(Integer penWidth)
public AnnotationInfo penStyle(AnnotationInfo.PenStyleEnum penStyle)
public AnnotationInfo.PenStyleEnum getPenStyle()
public void setPenStyle(AnnotationInfo.PenStyleEnum penStyle)
public AnnotationInfo backgroundColor(Integer backgroundColor)
public Integer getBackgroundColor()
public void setBackgroundColor(Integer backgroundColor)
public AnnotationInfo squigglyColor(Integer squigglyColor)
public Integer getSquigglyColor()
public void setSquigglyColor(Integer squigglyColor)
public AnnotationInfo fontFamily(String fontFamily)
public String getFontFamily()
public void setFontFamily(String fontFamily)
public AnnotationInfo fontSize(Double fontSize)
public Double getFontSize()
public void setFontSize(Double fontSize)
public AnnotationInfo opacity(Double opacity)
public Double getOpacity()
public void setOpacity(Double opacity)
public AnnotationInfo angle(Double angle)
public Double getAngle()
public void setAngle(Double angle)
public AnnotationInfo zindex(Integer zindex)
public Integer getZindex()
public void setZindex(Integer zindex)
public AnnotationInfo url(String url)
public String getUrl()
public void setUrl(String url)
public AnnotationInfo imagePath(String imagePath)
public String getImagePath()
public void setImagePath(String imagePath)
public AnnotationInfo autoScale(Boolean autoScale)
public Boolean getAutoScale()
public void setAutoScale(Boolean autoScale)
Copyright © 2025. All rights reserved.