public class UnderlineAnnotation extends com.groupdocs.annotation.models.annotationmodels.AnnotationBasePropsV2 implements IUnderlineAnnotation
Represents Underline annotation properties
| Constructor and Description |
|---|
UnderlineAnnotation()
Initializes new instance of
UnderlineAnnotation class. |
| Modifier and Type | Method and Description |
|---|---|
Object |
deepClone()
Returns new Instance with same values
|
boolean |
equals(Object o)
Compares Underline Annotations using standard object Equals method
|
boolean |
equals(UnderlineAnnotation other)
Compares Underline Annotations using IEquatable Equals method
|
Integer |
getUnderlineColor()
Gets or sets annotation text font color
|
int |
hashCode()
Returns HashCode of Underline Annotation
|
void |
setUnderlineColor(Integer value)
Gets or sets annotation text font color
|
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, setFontColorgetOpacity, setOpacitygetPoints, setPointsgetBackgroundColor, setBackgroundColorpublic UnderlineAnnotation()
Initializes new instance of UnderlineAnnotation 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 Underline 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(UnderlineAnnotation other)
Compares Underline Annotations using IEquatable Equals method
other - The UnderlineAnnotation object to compare with the current
objectpublic final Integer getUnderlineColor()
Gets or sets annotation text font color
public int hashCode()
Returns HashCode of Underline Annotation
hashCode in class AnnotationBasepublic final void setUnderlineColor(Integer value)
Gets or sets annotation text font color
value - public String toString()
toString in class AnnotationBasepublic String toString(org.apache.commons.lang3.builder.ToStringStyle toStringStyle)
toString in class AnnotationBaseCopyright © 2024. All rights reserved.