pdfpopupannotation-ag凯发旗舰厅



com.spire.pdf.annotations
class pdfpopupannotation

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

public class pdfpopupannotation
extends pdfannotation

represents a base class for popup annotation which can be either in open or closed state.


constructor summary
pdfpopupannotation()
          initializes a new instance of the class.
pdfpopupannotation(java.awt.geom.rectangle2d rectangle)
          initializes a new instance of the class.
pdfpopupannotation(java.awt.geom.rectangle2d rectangle, java.lang.string text)
           
 
method summary
 pdfappearance getappearance()
          gets appearance of the annotation.
 pdfpopupicon geticon()
          gets icon style.
 boolean getopen()
          gets value whether annotation is initially open or closed
 void setappearance(pdfappearance value)
          sets appearance of the annotation.
 void seticon(pdfpopupicon value)
          sets icon style.
 void setopen(boolean value)
          sets value whether annotation is initially open or closed
 
methods inherited from class com.spire.pdf.annotations.pdfannotation
getauthor, getborder, getcolor, getdictionary, getflags, getlocation, getmodifieddate, getname, getpage, getrectangle, getsubject, gettext, setauthor, setborder, setcolor, setdictionary, setflags, setmodifieddate, setname, setrectangle, setsubject, settext
 
constructor detail

pdfpopupannotation

public pdfpopupannotation()
initializes a new instance of the class.

pdfpopupannotation

public pdfpopupannotation(java.awt.geom.rectangle2d rectangle)
initializes a new instance of the class.
parameters:
rectangle - rectanglef structure that specifies the bounds of the annotation.

pdfpopupannotation

public pdfpopupannotation(java.awt.geom.rectangle2d rectangle,
                          java.lang.string text)
method detail

geticon

public pdfpopupicon geticon()
gets icon style.

seticon

public void seticon(pdfpopupicon value)
sets icon style.

getopen

public boolean getopen()
gets value whether annotation is initially open or closed

setopen

public void setopen(boolean value)
sets value whether annotation is initially open or closed

getappearance

public pdfappearance getappearance()
gets appearance of the annotation.

setappearance

public void setappearance(pdfappearance value)
sets appearance of the annotation.


网站地图