public class AreaAnnotation extends com.groupdocs.annotation.models.annotationmodels.AnnotationBaseProps implements IAreaAnnotation
Represents area annotation properties
| Constructor and Description |
|---|
AreaAnnotation()
Initializes new instance of
AreaAnnotation class. |
| Modifier and Type | Method and Description |
|---|---|
Object |
deepClone()
Returns new Instance with same values
|
boolean |
equals(AreaAnnotation other)
Compares Area Annotations using IEquatable Equals method
|
boolean |
equals(Object o)
Compares Base Annotations using standard object Equals method
|
Byte |
getPenStyle()
Gets or sets annotation pen style
|
int |
hashCode()
Returns HashCode of AnnotationBase Message, PageNumber and Type
Properties
|
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 AreaAnnotation()
Initializes new instance of AreaAnnotation class.
public Object deepClone()
Returns new Instance with same values
deepClone in interface com.aspose.ms.System.ICloneabledeepClone in class AnnotationBasepublic final boolean equals(AreaAnnotation other)
Compares Area Annotations using IEquatable Equals method
other - The AreaAnnotation object to compare with the current objectpublic boolean equals(Object o)
AnnotationBaseCompares Base 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()
AnnotationBaseReturns HashCode of AnnotationBase Message, PageNumber and Type Properties
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.