PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotation Class / setPopup Method
The PDFPopupAnnotation used for editing the content of the annotation.
In This Topic
    setPopup Method
    In This Topic
    Sets the associated popup annotation.
    Syntax
    public void setPopup( 
       PDFPopupAnnotation annotation
    )

    Parameters

    annotation
    The PDFPopupAnnotation used for editing the content of the annotation.
    See Also