public class PointAnnotation extends AnnotationBase implements IPointAnnotation
Represents Point annotation properties
| Constructor and Description |
|---|
PointAnnotation()
Initializes new instance of
PointAnnotation class. |
| Modifier and Type | Method and Description |
|---|---|
Object |
deepClone()
Returns new Instance with same values
|
boolean |
equals(Object o)
Compares Point Annotations using standard object Equals method
|
boolean |
equals(PointAnnotation other)
Compares Point Annotations using IEquatable Equals method
|
Rectangle |
getBox()
Gets or sets annotation position
|
int |
hashCode()
Returns HashCode of Point Annotation
|
void |
setBox(Rectangle value)
Gets or sets annotation position
|
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 PointAnnotation()
Initializes new instance of PointAnnotation class.
public Object deepClone()
Returns new Instance with same values
deepClone in interface com.aspose.ms.System.ICloneabledeepClone in class AnnotationBasepublic boolean equals(Object o)
Compares Point Annotations using standard object Equals method
equals in interface com.aspose.ms.System.IEquatable<AnnotationBase>equals in class AnnotationBaseo - The object to compare with the current objectpublic final boolean equals(PointAnnotation other)
Compares Point Annotations using IEquatable Equals method
other - The PointAnnotation object to compare with the current
objectpublic final Rectangle getBox()
Gets or sets annotation position
public int hashCode()
Returns HashCode of Point Annotation
hashCode in class AnnotationBasepublic final void setBox(Rectangle value)
Gets or sets annotation position
public String toString()
toString in class AnnotationBasepublic String toString(org.apache.commons.lang3.builder.ToStringStyle toStringStyle)
toString in class AnnotationBaseCopyright © 2024. All rights reserved.