public class StrikeoutAnnotation extends com.groupdocs.annotation.models.annotationmodels.AnnotationBasePropsV2 implements IStrikeoutAnnotation
Represents Strikeout annotation properties
| Constructor and Description |
|---|
StrikeoutAnnotation()
Initializes new instance of
StrikeoutAnnotation class. |
| Modifier and Type | Method and Description |
|---|---|
Object |
deepClone()
Returns new Instance with same values
|
boolean |
equals(Object o)
Compares Strikeout Annotations using standard object Equals method
|
boolean |
equals(StrikeoutAnnotation other)
Compares Strikeout Annotations using IEquatable Equals method
|
int |
hashCode()
Returns HashCode of Strikeout Annotation
|
String |
toString() |
String |
toString(org.apache.commons.lang3.builder.ToStringStyle toStringStyle) |
getBackgroundColor, getFontColor, getOpacity, getPoints, setBackgroundColor, setFontColor, setOpacity, setPointsequals, 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, waitgetFontColor, setFontColorgetBackgroundColor, setBackgroundColorgetOpacity, setOpacitypublic StrikeoutAnnotation()
Initializes new instance of StrikeoutAnnotation 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 Strikeout 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(StrikeoutAnnotation other)
Compares Strikeout Annotations using IEquatable Equals method
other - The StrikeoutAnnotation object to compare with the current objectpublic int hashCode()
Returns HashCode of Strikeout Annotation
hashCode in class AnnotationBasepublic String toString()
toString in class AnnotationBasepublic String toString(org.apache.commons.lang3.builder.ToStringStyle toStringStyle)
toString in class AnnotationBaseCopyright © 2024. All rights reserved.