public class TextRedactionAnnotation extends AnnotationBase implements ITextRedactionAnnotation
Represents Text redaction annotation properties
| Constructor and Description |
|---|
TextRedactionAnnotation()
Initializes new instance of
TextRedactionAnnotation class. |
| Modifier and Type | Method and Description |
|---|---|
Object |
deepClone()
Returns new Instance with same values
|
boolean |
equals(Object o)
Compares Text Redaction Annotations using standard object Equals method
|
boolean |
equals(TextRedactionAnnotation other)
Compares Text Redaction Annotations using IEquatable Equals method
|
Integer |
getFontColor()
Gets or sets annotation text font color
|
List<Point> |
getPoints()
Gets or sets collection of points that describe rectangles with text
|
int |
hashCode()
Returns HashCode of Text Redaction Annotation
|
void |
setFontColor(Integer value)
Gets or sets annotation text font color
|
void |
setPoints(List<Point> value)
Gets or sets collection of points that describe rectangles with text
|
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 TextRedactionAnnotation()
Initializes new instance of TextRedactionAnnotation 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 Text 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(TextRedactionAnnotation other)
Compares Text Redaction Annotations using IEquatable Equals method
other - The TextRedactionAnnotation object to compare with the
current objectpublic final Integer getFontColor()
Gets or sets annotation text font color
getFontColor in interface IFontColorpublic final List<Point> getPoints()
Gets or sets collection of points that describe rectangles with text
public int hashCode()
Returns HashCode of Text Redaction Annotation
hashCode in class AnnotationBasepublic final void setFontColor(Integer value)
Gets or sets annotation text font color
setFontColor in interface IFontColorvalue - public final void setPoints(List<Point> value)
Gets or sets collection of points that describe rectangles with text
public String toString()
toString in class AnnotationBasepublic String toString(org.apache.commons.lang3.builder.ToStringStyle toStringStyle)
toString in class AnnotationBaseCopyright © 2024. All rights reserved.