Uses of Class
com.lowagie.text.pdf.collection.PdfCollectionSchema
Packages that use PdfCollectionSchema
-
Uses of PdfCollectionSchema in com.lowagie.text.pdf.collection
Fields in com.lowagie.text.pdf.collection declared as PdfCollectionSchemaModifier and TypeFieldDescription(package private) PdfCollectionSchema
PdfCollectionItem.schema
The PdfCollectionSchema with the names and types of the items.Methods in com.lowagie.text.pdf.collection that return PdfCollectionSchemaModifier and TypeMethodDescriptionPdfCollection.getSchema()
Gets the Collection schema dictionary.Methods in com.lowagie.text.pdf.collection with parameters of type PdfCollectionSchemaModifier and TypeMethodDescriptionvoid
PdfCollection.setSchema
(PdfCollectionSchema schema) Sets the Collection schema dictionary.Constructors in com.lowagie.text.pdf.collection with parameters of type PdfCollectionSchemaModifierConstructorDescriptionPdfCollectionItem
(PdfCollectionSchema schema) Constructs a Collection Item that can be added to a PdfFileSpecification.