public class UnderlineAnnotation extends MarkupAnnotation
Constructor and Description |
---|
UnderlineAnnotation() |
Modifier and Type | Method and Description |
---|---|
UnderlineAnnotation |
addQuadPointsItem(Point quadPointsItem) |
boolean |
equals(java.lang.Object o) |
java.util.List<Point> |
getQuadPoints()
Gets or sets an array of points specifying the coordinates of n quadrilaterals.
|
int |
hashCode() |
UnderlineAnnotation |
quadPoints(java.util.List<Point> quadPoints) |
void |
setQuadPoints(java.util.List<Point> quadPoints) |
java.lang.String |
toString() |
creationDate, getCreationDate, getRichText, getSubject, getTitle, richText, setCreationDate, setRichText, setSubject, setTitle, subject, title
addFlagsItem, color, contents, flags, getColor, getContents, getFlags, getHorizontalAlignment, getId, getModified, getName, getPageIndex, getRect, getVerticalAlignment, getZindex, horizontalAlignment, id, modified, name, pageIndex, rect, setColor, setContents, setFlags, setHorizontalAlignment, setId, setModified, setName, setPageIndex, setRect, setVerticalAlignment, setZindex, verticalAlignment, zindex
addLinksItem, getLinks, links, setLinks
public UnderlineAnnotation quadPoints(java.util.List<Point> quadPoints)
public UnderlineAnnotation addQuadPointsItem(Point quadPointsItem)
public java.util.List<Point> getQuadPoints()
public void setQuadPoints(java.util.List<Point> quadPoints)
public boolean equals(java.lang.Object o)
equals
in class MarkupAnnotation
public int hashCode()
hashCode
in class MarkupAnnotation
public java.lang.String toString()
toString
in class MarkupAnnotation