|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.pdf.annotations.PdfAnnotation
com.spire.pdf.annotations.PdfPolygonAnnotation
public class PdfPolygonAnnotation
Represents the polygon annotation.
Constructor Summary | |
---|---|
PdfPolygonAnnotation(PdfPageBase page,
java.awt.geom.Point2D[] points)
Initialize a new instance of PdfPolygonAnnotation. |
Method Summary | |
---|---|
PdfBorderEffect |
getBorderEffect()
Gets border effect. |
java.util.Date |
getModifiedDate()
Gets date and time when the annotation was most recently modified. |
void |
setBorderEffect(PdfBorderEffect value)
Sets border effect. |
void |
setModifiedDate(java.util.Date value)
Sets date and time when the annotation was most recently modified. |
Methods inherited from class com.spire.pdf.annotations.PdfAnnotation |
---|
getAuthor, getBorder, getColor, getDictionary, getFlags, getLocation, getName, getPage, getRectangle, getSubject, getText, setAuthor, setBorder, setColor, setDictionary, setFlags, setName, setRectangle, setSubject, setText |
Constructor Detail |
---|
public PdfPolygonAnnotation(PdfPageBase page, java.awt.geom.Point2D[] points)
page
- The pagepoints
- The polygon verticesMethod Detail |
---|
public java.util.Date getModifiedDate()
getModifiedDate
in class PdfAnnotation
public void setModifiedDate(java.util.Date value)
setModifiedDate
in class PdfAnnotation
public PdfBorderEffect getBorderEffect()
public void setBorderEffect(PdfBorderEffect value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |