Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfStamperImp
-
Packages that use PdfStamperImp Package Description com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of PdfStamperImp in com.gitlab.pdftk_java.com.lowagie.text.pdf
Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as PdfStamperImp Modifier and Type Field Description protected PdfStamperImp
PdfStamper. stamper
The writerprivate PdfStamperImp
PdfSignatureAppearance. writer
Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfStamperImp Modifier and Type Method Description (package private) static void
PdfFormField. mergeResources(PdfDictionary result, PdfDictionary source, PdfStamperImp writer)
Constructors in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfStamperImp Constructor Description PageStamp(PdfStamperImp stamper, PdfReader reader, PdfDictionary pageN)
PdfSignatureAppearance(PdfStamperImp writer)
StampContent(PdfStamperImp stamper, PdfStamperImp.PageStamp ps)
Creates a new instance of StampContent
-