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 AnnotObjectXfdfObjectFactory. 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 PdfPopupAnnotationPdfMarkupAnnotation. popupMethods in com.itextpdf.kernel.pdf.annot that return PdfPopupAnnotation Modifier and Type Method Description PdfPopupAnnotationPdfMarkupAnnotation. getPopup()An associated pop-up annotation for entering or editing the text associated with this annotation.PdfPopupAnnotationPdfPopupAnnotation. setOpen(boolean open)Sets a flag specifying whether the annotation shall initially be displayed open.PdfPopupAnnotationPdfPopupAnnotation. setParent(PdfAnnotation parent)Methods in com.itextpdf.kernel.pdf.annot with parameters of type PdfPopupAnnotation Modifier and Type Method Description PdfMarkupAnnotationPdfMarkupAnnotation. setPopup(PdfPopupAnnotation popup)Sets a pop-up annotation for entering or editing the text associated with this annotation.
-