public class ResourcesRedactionAnnotation extends AnnotationBase implements IResourcesRedactionAnnotation
Represents Resources redaction annotation properties
| 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() |
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 ResourcesRedactionAnnotation()
Initializes new instance of ResourcesRedactionAnnotation 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 Resources Redaction 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(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 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.