pdfappearance-ag凯发旗舰厅



com.spire.pdf.annotations.appearance
class pdfappearance

java.lang.object
  extended by com.spire.pdf.annotations.appearance.pdfappearance
all implemented interfaces:
ipdfwrapper

public class pdfappearance
extends java.lang.object
implements ipdfwrapper

represents the appearance of an annotation.


constructor summary
pdfappearance(pdfannotation annotation)
          initializes a new instance of the class.
 
method summary
 pdftemplate getmousehover()
          gets object which applied to the annotation on hovering the mouse.
 pdftemplate getnormal()
          gets object which applied to annotation in normal state.
 pdftemplate getpressed()
          gets object which applied to an annotation when mouse button is pressed.
 void setmousehover(pdftemplate value)
          sets object which applied to the annotation on hovering the mouse.
 void setnormal(pdftemplate value)
          sets object which applied to annotation in normal state.
 void setpressed(pdftemplate value)
          sets object which applied to an annotation when mouse button is pressed.
 
constructor detail

pdfappearance

public pdfappearance(pdfannotation annotation)
initializes a new instance of the class.
parameters:
annotation - the object specifies the annotation.
method detail

getnormal

public pdftemplate getnormal()
gets object which applied to annotation in normal state.

setnormal

public void setnormal(pdftemplate value)
sets object which applied to annotation in normal state.

getmousehover

public pdftemplate getmousehover()
gets object which applied to the annotation on hovering the mouse.

setmousehover

public void setmousehover(pdftemplate value)
sets object which applied to the annotation on hovering the mouse.

getpressed

public pdftemplate getpressed()
gets object which applied to an annotation when mouse button is pressed.

setpressed

public void setpressed(pdftemplate value)
sets object which applied to an annotation when mouse button is pressed.


网站地图