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