|
|||||||||
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 |