|
|||||||||
| 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.PdfAnnotationWidget
com.spire.pdf.annotations.PdfStyledAnnotationWidget
com.spire.pdf.annotations.PdfPopupAnnotationWidget
public class PdfPopupAnnotationWidget
Represents the loaded pop up annotation class.
| Constructor Summary | |
|---|---|
PdfPopupAnnotationWidget(PdfDictionary dictionary,
java.awt.geom.Rectangle2D rectangle,
java.lang.String text)
|
|
| Method Summary | |
|---|---|
PdfPopupIcon |
getIcon()
Gets the icon of the annotation. |
boolean |
getOpen()
Gets the open option of the popup annotation. |
void |
setIcon(PdfPopupIcon value)
Sets the icon of the annotation. |
void |
setOpen(boolean value)
Sets the open option of the popup annotation. |
| Methods inherited from class com.spire.pdf.annotations.PdfStyledAnnotationWidget |
|---|
getBorder, getBounds, getColor, getLocation, getSize, getText, setAnnotationFlags, setBorder, setBounds, setColor, setLocation, setSize, setText |
| Methods inherited from class com.spire.pdf.annotations.PdfAnnotationWidget |
|---|
getChanged, getPageWidget, searchInParents, setChanged, setPageWidget |
| Methods inherited from class com.spire.pdf.annotations.PdfAnnotation |
|---|
getAuthor, getFlags, getModifiedDate, getName, getPage, getRectangle, getSubject, setAuthor, setFlags, setModifiedDate, setName, setRectangle, setSubject |
| Constructor Detail |
|---|
public PdfPopupAnnotationWidget(PdfDictionary dictionary,
java.awt.geom.Rectangle2D rectangle,
java.lang.String text)
| Method Detail |
|---|
public boolean getOpen()
public void setOpen(boolean value)
public PdfPopupIcon getIcon()
public void setIcon(PdfPopupIcon value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||