public class SquigglyAnnotation extends AnnotationBase implements ISquigglyAnnotation
Represents squiggly annotation properties
<b>Learn more</b>
| Constructor and Description |
|---|
SquigglyAnnotation()
Initializes new instance of
SquigglyAnnotation class. |
| Modifier and Type | Method and Description |
|---|---|
Object |
deepClone()
Returns new Instance with same values
|
boolean |
equals(Object obj)
Compares Squiggly Annotations using standard object Equals method
|
boolean |
equals(SquigglyAnnotation other)
Compares squiggly Annotations using IEquatable Equals method
|
Integer |
getBackgroundColor()
Gets or sets annotation text font color
|
Integer |
getFontColor()
Gets or sets annotation text font color
|
Double |
getOpacity()
Gets or sets annotation opacity
|
List<Point> |
getPoints()
Coordinates
|
Integer |
getSquigglyColor()
Gets or sets annotation text font color
|
int |
hashCode()
Returns HashCode of Squiggly Annotation
|
void |
setBackgroundColor(Integer value)
Gets or sets annotation text font color
|
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)
Coordinates
|
void |
setSquigglyColor(Integer value)
Gets or sets annotation text font color
|
String |
toString() |
String |
toString(org.apache.commons.lang3.builder.ToStringStyle toStringStyle) |
equals, getCounter, getCreatedOn, getId, getMessage, getPageNumber, getReplies, getStateBeforeAnnotation, getType, getUser, memberwiseClone, setCounter, setCreatedOn, setId, setMessage, setPageNumber, setReplies, setStateBeforeAnnotation, setType, setUserpublic SquigglyAnnotation()
Initializes new instance of SquigglyAnnotation class.
public Object deepClone()
Returns new Instance with same values
deepClone in interface com.aspose.ms.System.ICloneabledeepClone in class AnnotationBasepublic boolean equals(Object obj)
Compares Squiggly Annotations using standard object Equals method
equals in interface com.aspose.ms.System.IEquatable<AnnotationBase>equals in class AnnotationBaseobj - The object to compare with the current objectpublic final boolean equals(SquigglyAnnotation other)
Compares squiggly Annotations using IEquatable Equals method
other - The SquigglyAnnotation object to compare with the current
objectpublic final Integer getBackgroundColor()
Gets or sets annotation text font color
public final Integer getFontColor()
Gets or sets annotation text font color
getFontColor in interface IFontColorpublic final Double getOpacity()
Gets or sets annotation opacity
getOpacity in interface IOpacitypublic final Integer getSquigglyColor()
Gets or sets annotation text font color
public int hashCode()
Returns HashCode of Squiggly Annotation
hashCode in class AnnotationBasepublic final void setBackgroundColor(Integer value)
Gets or sets annotation text font color
value - public final void setFontColor(Integer value)
Gets or sets annotation text font color
setFontColor in interface IFontColorvalue - public final void setOpacity(Double value)
Gets or sets annotation opacity
setOpacity in interface IOpacityvalue - public final void setSquigglyColor(Integer value)
Gets or sets annotation text font color
value - public String toString()
toString in class AnnotationBasepublic String toString(org.apache.commons.lang3.builder.ToStringStyle toStringStyle)
toString in class AnnotationBaseCopyright © 2024. All rights reserved.