public class PointAnnotation extends AnnotationBase implements IPointAnnotation
Represents Point annotation properties
Counter
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() |
equals, getCreatedOn, getId, getMessage, getPageNumber, getReplies, getStateBeforeAnnotation, getType, getUser, memberwiseClone, setCreatedOn, setId, setMessage, setPageNumber, setReplies, setStateBeforeAnnotation, setType, setUser
public PointAnnotation()
Initializes new instance of PointAnnotation
class.
public Object deepClone()
Returns new Instance with same values
deepClone
in interface com.aspose.ms.System.ICloneable
deepClone
in class AnnotationBase
public boolean equals(Object o)
Compares Point 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 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 AnnotationBase
public final void setBox(Rectangle value)
Gets or sets annotation position
public String toString()
toString
in class AnnotationBase