public class EllipseAnnotation extends com.groupdocs.annotation.models.annotationmodels.AnnotationBaseProps implements IEllipseAnnotation
Represents Ellipse annotation properties
| Constructor and Description |
|---|
EllipseAnnotation()
Initializes new instance of
EllipseAnnotation class. |
| Modifier and Type | Method and Description |
|---|---|
Object |
deepClone()
Returns new Instance with same values
|
boolean |
equals(EllipseAnnotation other)
Compares Ellipse Annotations using IEquatable Equals method
|
boolean |
equals(Object o)
Compares Ellipse Annotations using standard object Equals method
|
Byte |
getPenStyle()
Gets or sets annotation pen style
|
int |
hashCode()
Returns HashCode of Ellipse Annotation
|
void |
setPenStyle(Byte value)
Gets or sets annotation pen style
|
String |
toString() |
String |
toString(org.apache.commons.lang3.builder.ToStringStyle toStringStyle) |
getBackgroundColor, getBox, getOpacity, getPenColor, getPenWidth, setBackgroundColor, setBox, setOpacity, setPenColor, setPenWidthequals, getCounter, getCreatedOn, getId, getMessage, getPageNumber, getReplies, getStateBeforeAnnotation, getType, getUser, memberwiseClone, setCounter, setCreatedOn, setId, setMessage, setPageNumber, setReplies, setStateBeforeAnnotation, setType, setUserclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBackgroundColor, setBackgroundColorgetBox, setBoxgetOpacity, setOpacitygetPenColor, setPenColorgetPenWidth, setPenWidthpublic EllipseAnnotation()
Initializes new instance of EllipseAnnotation class.
public Object deepClone()
Returns new Instance with same values
deepClone in interface com.aspose.ms.System.ICloneabledeepClone in class AnnotationBasepublic final boolean equals(EllipseAnnotation other)
Compares Ellipse Annotations using IEquatable Equals method
other - The EllipseAnnotation object to compare with the current objectpublic boolean equals(Object o)
Compares Ellipse 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 Byte getPenStyle()
Gets or sets annotation pen style
getPenStyle in interface IPenStylepublic int hashCode()
Returns HashCode of Ellipse Annotation
hashCode in class AnnotationBasepublic final void setPenStyle(Byte value)
Gets or sets annotation pen style
setPenStyle in interface IPenStylevalue - public String toString()
toString in class AnnotationBasepublic String toString(org.apache.commons.lang3.builder.ToStringStyle toStringStyle)
toString in class AnnotationBaseCopyright © 2024. All rights reserved.