Uses of Class
com.aowagie.text.pdf.collection.PdfCollection
-
Packages that use PdfCollection Package Description com.aowagie.text.pdf -
-
Uses of PdfCollection in com.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as PdfCollection Modifier and Type Field Description private PdfCollection
PdfDocument. collection
Methods in com.aowagie.text.pdf with parameters of type PdfCollection Modifier and Type Method Description void
PdfDocument. setCollection(PdfCollection collection)
Sets the collection dictionary.void
PdfWriter. setCollection(PdfCollection collection)
Use this method to add the Collection dictionary.
-