pdfpopupannotationwidget-ag凯发旗舰厅
com.spire.pdf.annotations
class pdfpopupannotationwidget
java.lang.object
com.spire.pdf.annotations.pdfannotation
com.spire.pdf.annotations.pdfannotationwidget
com.spire.pdf.annotations.pdfstyledannotationwidget
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.pdfannotation |
getauthor, getdictionary, getflags, getmodifieddate, getname, getpage, getrectangle, getsubject, setauthor, setdictionary, setflags, setmodifieddate, setname, setrectangle, setsubject |
pdfpopupannotationwidget
public pdfpopupannotationwidget( dictionary,
crosstable,
java.awt.geom.rectangle2d rectangle,
java.lang.string text)
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.