LinkAnnotation
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.annotation.models.annotationmodels.AnnotationBase
All Implemented Interfaces: com.groupdocs.annotation.models.annotationmodels.interfaces.annotations.ILinkAnnotation
public class LinkAnnotation extends AnnotationBase implements ILinkAnnotation
Represents Link annotation properties
| Constructor | Description |
|---|---|
| LinkAnnotation() | Initializes new instance of LinkAnnotation class. |
| Method | Description |
|---|---|
| getFontColor() | Gets or sets annotation text font color |
| setFontColor(Integer value) | Gets or sets annotation text font color |
| getBackgroundColor() | Gets or sets annotation text font color |
| setBackgroundColor(Integer value) | Gets or sets annotation text font color |
| getOpacity() | Gets or sets annotation opacity |
| setOpacity(Double value) | Gets or sets annotation opacity |
| getPoints() | Coordinates |
| setPoints(List |
Coordinates |
| getUrl() | Gets or sets annotation link url |
| setUrl(String value) | Gets or sets annotation link url |
| equals(LinkAnnotation other) | Compares Link Annotations using IEquatable Equals method |
| equals(Object o) | Compares Link Annotations using standard object Equals method |
| hashCode() | Returns HashCode of Link Annotation |
| deepClone() | Returns new Instance with same values |
| toString() | |
| toString(ToStringStyle toStringStyle) |
public LinkAnnotation()
Initializes new instance of LinkAnnotation class.
public final Integer getFontColor()
Gets or sets annotation text font color
Returns: java.lang.Integer -
public final void setFontColor(Integer value)
Gets or sets annotation text font color
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.Integer |
public final Integer getBackgroundColor()
Gets or sets annotation text font color
Returns: java.lang.Integer -
public final void setBackgroundColor(Integer value)
Gets or sets annotation text font color
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.Integer |
public final Double getOpacity()
Gets or sets annotation opacity
Returns: java.lang.Double -
public final void setOpacity(Double value)
Gets or sets annotation opacity
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.Double |
public final List<Point> getPoints()
Coordinates
Returns: java.util.List<com.groupdocs.annotation.models.Point> -
public final void setPoints(List<Point> value)
Coordinates
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.util.List<com.groupdocs.annotation.models.Point> |
public final String getUrl()
Gets or sets annotation link url
Returns: java.lang.String -
public final void setUrl(String value)
Gets or sets annotation link url
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
public final boolean equals(LinkAnnotation other)
Compares Link Annotations using IEquatable Equals method
Parameters:
| Parameter | Type | Description |
|---|---|---|
| other | LinkAnnotation | The LinkAnnotation object to compare with the current object |
Returns: boolean -
public boolean equals(Object o)
Compares Link Annotations using standard object Equals method
Parameters:
| Parameter | Type | Description |
|---|---|---|
| o | java.lang.Object | The object to compare with the current object |
Returns: boolean
public int hashCode()
Returns HashCode of Link Annotation
Returns: int
public Object deepClone()
Returns new Instance with same values
Returns: java.lang.Object -
public String toString()
Returns: java.lang.String
public String toString(ToStringStyle toStringStyle)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| toStringStyle | org.apache.commons.lang3.builder.ToStringStyle |
Returns: java.lang.String
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.