| 
 | |||||||||
| 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 | 
|---|
| getBorder, getColor, getDictionary, getFlags, getLocation, getModifiedDate, getName, getPage, getRectangle, getText, setBorder, setColor, setDictionary, setFlags, setModifiedDate, setName, setRectangle, 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 | ||||||||