Uses of Class
com.itextpdf.kernel.pdf.collection.PdfCollection
-
Uses of PdfCollection in com.itextpdf.kernel.pdf
Modifier and TypeMethodDescriptionPdfCatalog.getCollection()
Gets collection dictionary that a conforming reader shall use to enhance the presentation of file attachments stored in the PDF document.Modifier and TypeMethodDescriptionPdfCatalog.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
Modifier and TypeMethodDescriptionPdfCollection.setInitialDocument
(String documentName) Identifies the document that will be initially presented in the user interface.PdfCollection.setSchema
(PdfCollectionSchema schema) Sets the Collection schema dictionary.PdfCollection.setSort
(PdfCollectionSort sort) Sets the Collection sort dictionary.PdfCollection.setView
(int viewType) Sets the initial view.