public class LinkAnnotation extends AnnotationBase implements ILinkAnnotation
Represents Link annotation properties
Counter
Constructor and Description |
---|
LinkAnnotation()
Initializes new instance of
LinkAnnotation class. |
Modifier and Type | Method and Description |
---|---|
Object |
deepClone()
Returns new Instance with same values
|
boolean |
equals(LinkAnnotation other)
Compares Link Annotations using IEquatable Equals method
|
boolean |
equals(Object o)
Compares Link Annotations using standard object Equals method
|
Integer |
getFontColor()
Gets or sets annotation text font color
|
Double |
getOpacity()
Gets or sets annotation opacity
|
List<Point> |
getPoints()
Coordinates
|
String |
getUrl()
Gets or sets annotation link url
|
int |
hashCode()
Returns HashCode of Link Annotation
|
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 |
setUrl(String value)
Gets or sets annotation link url
|
String |
toString() |
equals, getCreatedOn, getId, getMessage, getPageNumber, getReplies, getStateBeforeAnnotation, getType, getUser, memberwiseClone, setCreatedOn, setId, setMessage, setPageNumber, setReplies, setStateBeforeAnnotation, setType, setUser
public LinkAnnotation()
Initializes new instance of LinkAnnotation
class.
public Object deepClone()
Returns new Instance with same values
deepClone
in interface com.aspose.ms.System.ICloneable
deepClone
in class AnnotationBase
public final boolean equals(LinkAnnotation other)
Compares Link Annotations using IEquatable Equals method
other
- The LinkAnnotation object to compare with the current objectpublic boolean equals(Object o)
Compares Link Annotations using standard object Equals method
equals
in interface com.aspose.ms.System.IEquatable<AnnotationBase>
equals
in class AnnotationBase
o
- The object to compare with the current objectpublic 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 String getUrl()
Gets or sets annotation link url
public int hashCode()
Returns HashCode of Link Annotation
hashCode
in class AnnotationBase
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 setUrl(String value)
Gets or sets annotation link url
public String toString()
toString
in class AnnotationBase