Uses of Class
com.itextpdf.kernel.pdf.collection.PdfCollectionItem
-
Packages that use PdfCollectionItem Package Description com.itextpdf.kernel.pdf.collection com.itextpdf.kernel.pdf.filespec -
-
Uses of PdfCollectionItem in com.itextpdf.kernel.pdf.collection
Methods in com.itextpdf.kernel.pdf.collection that return PdfCollectionItem Modifier and Type Method Description PdfCollectionItem
PdfCollectionItem. addItem(java.lang.String key, java.lang.String value)
Sets the value of the collection item.PdfCollectionItem
PdfCollectionItem. setPrefix(java.lang.String key, java.lang.String prefix)
Adds a prefix for the Collection item. -
Uses of PdfCollectionItem in com.itextpdf.kernel.pdf.filespec
Methods in com.itextpdf.kernel.pdf.filespec with parameters of type PdfCollectionItem Modifier and Type Method Description PdfFileSpec
PdfFileSpec. setCollectionItem(PdfCollectionItem item)
-