Uses of Class
com.itextpdf.kernel.pdf.collection.PdfCollectionSchema
-
Packages that use PdfCollectionSchema Package Description com.itextpdf.kernel.pdf.collection -
-
Uses of PdfCollectionSchema in com.itextpdf.kernel.pdf.collection
Fields in com.itextpdf.kernel.pdf.collection declared as PdfCollectionSchema Modifier and Type Field Description private PdfCollectionSchema
PdfCollectionItem. schema
Methods in com.itextpdf.kernel.pdf.collection that return PdfCollectionSchema Modifier and Type Method Description PdfCollectionSchema
PdfCollectionSchema. addField(java.lang.String name, PdfCollectionField field)
Adds a Collection field to the Schema.PdfCollectionSchema
PdfCollection. getSchema()
Gets the Collection schema dictionary.Methods in com.itextpdf.kernel.pdf.collection with parameters of type PdfCollectionSchema Modifier and Type Method Description PdfCollection
PdfCollection. setSchema(PdfCollectionSchema schema)
Sets the Collection schema dictionary.Constructors in com.itextpdf.kernel.pdf.collection with parameters of type PdfCollectionSchema Constructor Description PdfCollectionItem(PdfCollectionSchema schema)
-