Uses of Class
com.itextpdf.text.pdf.collection.PdfCollection
-
Packages that use PdfCollection Package Description com.itextpdf.text.pdf -
-
Uses of PdfCollection in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfCollection Modifier and Type Field Description protected PdfCollection
PdfDocument. collection
Methods in com.itextpdf.text.pdf with parameters of type PdfCollection Modifier and Type Method Description void
PdfStamper. makePackage(PdfCollection collection)
Adds or replaces the Collection Dictionary in the Catalog.(package private) void
PdfStamperImp. makePackage(PdfCollection collection)
Adds or replaces the Collection Dictionary in the Catalog.void
PdfDocument. setCollection(PdfCollection collection)
Sets the collection dictionary.void
PdfWriter. setCollection(PdfCollection collection)
Use this method to add the Collection dictionary.
-