|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.annotations.appearance.pdfappearance
public class pdfappearance
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 |
---|
public pdfappearance(pdfannotation annotation)
annotation
- the object specifies the annotation.method detail |
---|
public pdftemplate getnormal()
public void setnormal(pdftemplate value)
public pdftemplate getmousehover()
public void setmousehover(pdftemplate value)
public pdftemplate getpressed()
public void setpressed(pdftemplate value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |