Uses of Class
com.itextpdf.kernel.pdf.annot.PdfPopupAnnotation
-
Packages that use PdfPopupAnnotation Package Description com.itextpdf.forms.xfdf com.itextpdf.kernel.pdf.annot -
-
Uses of PdfPopupAnnotation in com.itextpdf.forms.xfdf
Methods in com.itextpdf.forms.xfdf with parameters of type PdfPopupAnnotation Modifier and Type Method Description private static AnnotObject
XfdfObjectFactory. convertPdfPopupToAnnotObject(PdfPopupAnnotation pdfPopupAnnotation, int pageNumber)
-
Uses of PdfPopupAnnotation in com.itextpdf.kernel.pdf.annot
Fields in com.itextpdf.kernel.pdf.annot declared as PdfPopupAnnotation Modifier and Type Field Description protected PdfPopupAnnotation
PdfMarkupAnnotation. popup
Methods in com.itextpdf.kernel.pdf.annot that return PdfPopupAnnotation Modifier and Type Method Description PdfPopupAnnotation
PdfMarkupAnnotation. getPopup()
An associated pop-up annotation for entering or editing the text associated with this annotation.PdfPopupAnnotation
PdfPopupAnnotation. setOpen(boolean open)
Sets a flag specifying whether the annotation shall initially be displayed open.PdfPopupAnnotation
PdfPopupAnnotation. setParent(PdfAnnotation parent)
Methods in com.itextpdf.kernel.pdf.annot with parameters of type PdfPopupAnnotation Modifier and Type Method Description PdfMarkupAnnotation
PdfMarkupAnnotation. setPopup(PdfPopupAnnotation popup)
Sets a pop-up annotation for entering or editing the text associated with this annotation.
-