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 PdfCollectionPdfCatalog. 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 PdfCatalogPdfCatalog. 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 PdfCollectionPdfCollection. setInitialDocument(java.lang.String documentName)Identifies the document that will be initially presented in the user interface.PdfCollectionPdfCollection. setSchema(PdfCollectionSchema schema)Sets the Collection schema dictionary.PdfCollectionPdfCollection. setSort(PdfCollectionSort sort)Sets the Collection sort dictionary.PdfCollectionPdfCollection. setView(int viewType)Sets the initial view.
-