public class UnderlineAnnotation extends AnnotationBase implements IUnderlineAnnotation
Represents Underline annotation properties
Counter| 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 |
getFontColor()
Gets or sets annotation text font color
|
Double |
getOpacity()
Gets or sets annotation opacity
|
List<Point> |
getPoints()
Gets or sets collection of points that describe rectangles with text
|
int |
hashCode()
Returns HashCode of Underline Annotation
|
void |
setFontColor(Integer value)
Gets or sets annotation text font color
|
void |
setOpacity(Double value)
Gets or sets annotation opacity
|
void |
setPoints(List<Point> value)
Gets or sets collection of points that describe rectangles with text
|
String |
toString() |
equals, getCreatedOn, getId, getMessage, getPageNumber, getReplies, getStateBeforeAnnotation, getType, getUser, memberwiseClone, setCreatedOn, setId, setMessage, setPageNumber, setReplies, setStateBeforeAnnotation, setType, setUserpublic 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 getFontColor()
Gets or sets annotation text font color
getFontColor in interface IFontColorpublic final Double getOpacity()
Gets or sets annotation opacity
getOpacity in interface IOpacitypublic final List<Point> getPoints()
Gets or sets collection of points that describe rectangles with text
public int hashCode()
Returns HashCode of Underline Annotation
hashCode in class AnnotationBasepublic final void setFontColor(Integer value)
Gets or sets annotation text font color
setFontColor in interface IFontColorvalue - public final void setOpacity(Double value)
Gets or sets annotation opacity
setOpacity in interface IOpacityvalue - public final void setPoints(List<Point> value)
Gets or sets collection of points that describe rectangles with text
public String toString()
toString in class AnnotationBase