pdfpolygonannotation-ag凯发旗舰厅



com.spire.pdf.annotations
class pdfpolygonannotation

java.lang.object
  extended by com.spire.pdf.annotations.pdfannotation
      extended by com.spire.pdf.annotations.pdfpolygonannotation
all implemented interfaces:
ipdfwrapper

public class pdfpolygonannotation
extends pdfannotation

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

pdfpolygonannotation

public pdfpolygonannotation(pdfpagebase page,
                            java.awt.geom.point2d[] points)
initialize a new instance of pdfpolygonannotation.
parameters:
page - the page
points - the polygon vertices
method detail

getmodifieddate

public java.util.date getmodifieddate()
gets date and time when the annotation was most recently modified.
overrides:
getmodifieddate in class pdfannotation

setmodifieddate

public void setmodifieddate(java.util.date value)
sets date and time when the annotation was most recently modified.
overrides:
setmodifieddate in class pdfannotation

getbordereffect

public pdfbordereffect getbordereffect()
gets border effect.

setbordereffect

public void setbordereffect(pdfbordereffect value)
sets border effect.


网站地图