public class ResourcesRedactionAnnotation extends AnnotationBase implements IResourcesRedactionAnnotation
Represents Resources redaction annotation properties
Counter
Constructor and Description |
---|
ResourcesRedactionAnnotation()
Initializes new instance of
ResourcesRedactionAnnotation class. |
Modifier and Type | Method and Description |
---|---|
Object |
deepClone()
Returns new Instance with same values
|
boolean |
equals(Object o)
Compares Resources Redaction Annotations using standard object Equals
method
|
boolean |
equals(ResourcesRedactionAnnotation other)
Compares Resources Redaction Annotations using IEquatable Equals method
|
Rectangle |
getBox()
Gets or sets annotation position
|
int |
hashCode()
Returns HashCode of Resources Redaction 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 ResourcesRedactionAnnotation()
Initializes new instance of ResourcesRedactionAnnotation
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 Resources Redaction 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(ResourcesRedactionAnnotation other)
Compares Resources Redaction Annotations using IEquatable Equals method
other
- The ResourcesRedactionAnnotation object to compare with the current objectpublic final Rectangle getBox()
Gets or sets annotation position
public int hashCode()
Returns HashCode of Resources Redaction Annotation
hashCode
in class AnnotationBase
public final void setBox(Rectangle value)
Gets or sets annotation position
public String toString()
toString
in class AnnotationBase