|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.annotations.pdfannotation
com.spire.pdf.annotations.pdfpopupannotation
public class pdfpopupannotation
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 |
---|
public pdfpopupannotation()
public pdfpopupannotation(java.awt.geom.rectangle2d rectangle)
rectangle
- rectanglef structure that specifies the bounds of the annotation.public pdfpopupannotation(java.awt.geom.rectangle2d rectangle, java.lang.string text)
method detail |
---|
public pdfpopupicon geticon()
public void seticon(pdfpopupicon value)
public boolean getopen()
public void setopen(boolean value)
public pdfappearance getappearance()
public void setappearance(pdfappearance value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |