public class PolylineAnnotation extends com.groupdocs.annotation.models.annotationmodels.AnnotationBasePropsV3 implements IPolylineAnnotation
Represents Polyline annotation properties
| Constructor and Description |
|---|
PolylineAnnotation()
Initializes new instance of
AreaAnnotation class. |
| Modifier and Type | Method and Description |
|---|---|
Object |
deepClone()
Returns new Instance with same values
|
boolean |
equals(Object o)
Compares Polyline Annotations using standard object Equals method
|
boolean |
equals(PolylineAnnotation other)
Compares Polyline Annotations using IEquatable Equals method
|
String |
getSvgPath()
Gets or sets annotation SVG path
|
int |
hashCode()
Returns HashCode of Polyline Annotation
|
void |
setSvgPath(String value)
Gets or sets annotation SVG path
|
String |
toString() |
String |
toString(org.apache.commons.lang3.builder.ToStringStyle toStringStyle) |
getBox, getOpacity, getPenColor, getPenStyle, getPenWidth, setBox, setOpacity, setPenColor, setPenStyle, setPenWidthequals, 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, waitgetBox, setBoxgetOpacity, setOpacitygetPenColor, setPenColorgetPenStyle, setPenStylegetPenWidth, setPenWidthpublic PolylineAnnotation()
Initializes new instance of AreaAnnotation 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 Polyline 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(PolylineAnnotation other)
Compares Polyline Annotations using IEquatable Equals method
other - The PolylineAnnotation object to compare with the current objectpublic final String getSvgPath()
Gets or sets annotation SVG path
getSvgPath in interface ISvgPathpublic int hashCode()
Returns HashCode of Polyline Annotation
hashCode in class AnnotationBasepublic final void setSvgPath(String value)
Gets or sets annotation SVG path
setSvgPath in interface ISvgPathvalue - public String toString()
toString in class AnnotationBasepublic String toString(org.apache.commons.lang3.builder.ToStringStyle toStringStyle)
toString in class AnnotationBaseCopyright © 2024. All rights reserved.