Uses of Class
com.itextpdf.kernel.pdf.collection.PdfCollection
-
Packages that use PdfCollection Package Description com.itextpdf.kernel.pdf com.itextpdf.kernel.pdf.collection -
-
Uses of PdfCollection in com.itextpdf.kernel.pdf
Methods in com.itextpdf.kernel.pdf that return PdfCollection Modifier and Type Method Description PdfCollection
PdfCatalog. getCollection()
Gets collection dictionary that a conforming reader shall use to enhance the presentation of file attachments stored in the PDF document.Methods in com.itextpdf.kernel.pdf with parameters of type PdfCollection Modifier and Type Method Description PdfCatalog
PdfCatalog. setCollection(PdfCollection collection)
Sets collection dictionary that a conforming reader shall use to enhance the presentation of file attachments stored in the PDF document. -
Uses of PdfCollection in com.itextpdf.kernel.pdf.collection
Methods in com.itextpdf.kernel.pdf.collection that return PdfCollection Modifier and Type Method Description PdfCollection
PdfCollection. setInitialDocument(java.lang.String documentName)
Identifies the document that will be initially presented in the user interface.PdfCollection
PdfCollection. setSchema(PdfCollectionSchema schema)
Sets the Collection schema dictionary.PdfCollection
PdfCollection. setSort(PdfCollectionSort sort)
Sets the Collection sort dictionary.PdfCollection
PdfCollection. setView(int viewType)
Sets the initial view.
-