StrikeoutAnnotation
Contents
 [
        
            Hide
        ]
    Inheritance: java.lang.Object, com.groupdocs.annotation.models.annotationmodels.AnnotationBase, com.groupdocs.annotation.models.annotationmodels.AnnotationBasePropsV2
All Implemented Interfaces: com.groupdocs.annotation.models.annotationmodels.interfaces.annotations.IStrikeoutAnnotation
public class StrikeoutAnnotation extends AnnotationBasePropsV2 implements IStrikeoutAnnotation
Represents Strikeout annotation properties
Constructors
| Constructor | Description | 
|---|---|
| StrikeoutAnnotation() | Initializes new instance of StrikeoutAnnotation class. | 
Methods
| Method | Description | 
|---|---|
| equals(StrikeoutAnnotation other) | Compares Strikeout Annotations using IEquatable Equals method | 
| equals(Object o) | Compares Strikeout Annotations using standard object Equals method | 
| hashCode() | Returns HashCode of Strikeout Annotation | 
| deepClone() | Returns new Instance with same values | 
| toString() | |
| toString(ToStringStyle toStringStyle) | 
StrikeoutAnnotation()
public StrikeoutAnnotation()
Initializes new instance of StrikeoutAnnotation class.
equals(StrikeoutAnnotation other)
public final boolean equals(StrikeoutAnnotation other)
Compares Strikeout Annotations using IEquatable Equals method
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| other | StrikeoutAnnotation | The StrikeoutAnnotation object to compare with the current object | 
Returns: boolean
equals(Object o)
public boolean equals(Object o)
Compares Strikeout Annotations using standard object Equals method
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| o | java.lang.Object | The object to compare with the current object | 
Returns: boolean
hashCode()
public int hashCode()
Returns HashCode of Strikeout Annotation
Returns: int
deepClone()
public Object deepClone()
Returns new Instance with same values
Returns: java.lang.Object -
toString()
public String toString()
Returns: java.lang.String
toString(ToStringStyle toStringStyle)
public String toString(ToStringStyle toStringStyle)
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| toStringStyle | org.apache.commons.lang3.builder.ToStringStyle | 
Returns: java.lang.String