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 PdfCollectionSchemaPdfCollectionItem. schemaMethods in com.itextpdf.kernel.pdf.collection that return PdfCollectionSchema Modifier and Type Method Description PdfCollectionSchemaPdfCollectionSchema. addField(java.lang.String name, PdfCollectionField field)Adds a Collection field to the Schema.PdfCollectionSchemaPdfCollection. getSchema()Gets the Collection schema dictionary.Methods in com.itextpdf.kernel.pdf.collection with parameters of type PdfCollectionSchema Modifier and Type Method Description PdfCollectionPdfCollection. 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)
-