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