|
|||||||||
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,
PdfCrossTable crossTable,
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, getCrossTable, getPageWidget, searchInParents, setChanged, setCrossTable, setPageWidget |
Methods inherited from class com.spire.pdf.annotations.PdfAnnotation |
---|
getDictionary, getFlags, getModifiedDate, getName, getPage, getRectangle, setDictionary, setFlags, setModifiedDate, setName, setRectangle |
Constructor Detail |
---|
public PdfPopupAnnotationWidget(PdfDictionary dictionary, PdfCrossTable crossTable, 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 |