public class ReplacementAnnotation extends AnnotationBase implements IReplacementAnnotation
Represents Replacement annotation properties
Constructor and Description |
---|
ReplacementAnnotation()
Initializes new instance of
ReplacementAnnotation class. |
Modifier and Type | Method and Description |
---|---|
Integer |
getFontColor()
Gets or sets annotation text font color
|
Double |
getOpacity()
Gets or sets annotation opacity
|
List<Point> |
getPoints()
Gets or sets collection of points that describe rectangles with text
|
String |
getTextToReplace()
Gets or sets text to be replaced
|
void |
setFontColor(Integer value)
Gets or sets annotation text font color
|
void |
setOpacity(Double value)
Gets or sets annotation opacity
|
void |
setPoints(List<Point> value)
Gets or sets collection of points that describe rectangles with text
|
void |
setTextToReplace(String value)
Gets or sets text to be replaced
|
String |
toString() |
getCreatedOn, getId, getMessage, getPageNumber, getReplies, getStateBeforeAnnotation, getType, getUser, setCreatedOn, setId, setMessage, setPageNumber, setReplies, setStateBeforeAnnotation, setType, setUser
public ReplacementAnnotation()
Initializes new instance of ReplacementAnnotation
class.
public final Integer getFontColor()
Gets or sets annotation text font color
getFontColor
in interface IFontColor
public final Double getOpacity()
Gets or sets annotation opacity
getOpacity
in interface IOpacity
public final List<Point> getPoints()
Gets or sets collection of points that describe rectangles with text
public final String getTextToReplace()
Gets or sets text to be replaced
getTextToReplace
in interface ITextToReplace
public final void setFontColor(Integer value)
Gets or sets annotation text font color
setFontColor
in interface IFontColor
value
- public final void setOpacity(Double value)
Gets or sets annotation opacity
setOpacity
in interface IOpacity
value
- public final void setPoints(List<Point> value)
Gets or sets collection of points that describe rectangles with text
public final void setTextToReplace(String value)
Gets or sets text to be replaced
setTextToReplace
in interface ITextToReplace
value
- public String toString()
toString
in class AnnotationBase