pdfpopupannotationwidget-ag凯发旗舰厅



com.spire.pdf.annotations
class pdfpopupannotationwidget

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

public class pdfpopupannotationwidget
extends pdfstyledannotationwidget

represents the loaded pop up annotation class.


constructor summary
( dictionary,  crosstable, java.awt.geom.rectangle2d rectangle, java.lang.string text)
           
 
method summary
 pdfpopupicon geticon()
          gets the icon of the annotation.
 boolean getopen()
          gets the open option of the popup annotation.
 void seticon(pdfpopupicon value)
          sets the icon of the annotation.
 void setopen(boolean value)
          sets the open option of the popup annotation.
 
methods inherited from class com.spire.pdf.annotations.pdfstyledannotationwidget
getborder, getbounds, getcolor, getlocation, getsize, gettext, setannotationflags, setborder, setbounds, setcolor, setlocation, setsize, settext
 
methods inherited from class com.spire.pdf.annotations.pdfannotationwidget
getchanged, getcrosstable, getpagewidget, searchinparents, setchanged, setcrosstable, setpagewidget
 
methods inherited from class com.spire.pdf.annotations.pdfannotation
getauthor, getdictionary, getflags, getmodifieddate, getname, getpage, getrectangle, getsubject, setauthor, setdictionary, setflags, setmodifieddate, setname, setrectangle, setsubject
 
constructor detail

pdfpopupannotationwidget

public pdfpopupannotationwidget( dictionary,
                                 crosstable,
                                java.awt.geom.rectangle2d rectangle,
                                java.lang.string text)
method detail

getopen

public boolean getopen()
gets the open option of the popup annotation.

setopen

public void setopen(boolean value)
sets the open option of the popup annotation.

geticon

public pdfpopupicon geticon()
gets the icon of the annotation.

seticon

public void seticon(pdfpopupicon value)
sets the icon of the annotation.


网站地图