|
|||||||||
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 | |
---|---|
java.lang.String |
getAuthor()
Get user who created the annotation. |
PdfBorderEffect |
getBorderEffect()
Gets border effect. |
java.util.Date |
getModifiedDate()
Gets date and time when the annotation was most recently modified. |
java.lang.String |
getSubject()
Get description of the annotation. |
void |
setAuthor(java.lang.String value)
Set user who created the annotation. |
void |
setBorderEffect(PdfBorderEffect value)
Sets border effect. |
void |
setModifiedDate(java.util.Date value)
Sets date and time when the annotation was most recently modified. |
void |
setSubject(java.lang.String value)
Set description of the annotation. |
Methods inherited from class com.spire.pdf.annotations.PdfAnnotation |
---|
getBorder, getColor, getDictionary, getFlags, getLocation, getName, getPage, getRectangle, getText, setBorder, setColor, setDictionary, setFlags, setName, setRectangle, setText |
Constructor Detail |
---|
public PdfPolygonAnnotation(PdfPageBase page, java.awt.geom.Point2D[] points)
page
- The pagepoints
- The polygon verticesMethod Detail |
---|
public java.lang.String getAuthor()
public void setAuthor(java.lang.String value)
public java.lang.String getSubject()
public void setSubject(java.lang.String value)
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 |