Uses of Class
com.itextpdf.text.pdf.collection.PdfCollectionSchema
-
Packages that use PdfCollectionSchema Package Description com.itextpdf.text.pdf.collection -
-
Uses of PdfCollectionSchema in com.itextpdf.text.pdf.collection
Fields in com.itextpdf.text.pdf.collection declared as PdfCollectionSchema Modifier and Type Field Description (package private) PdfCollectionSchema
PdfCollectionItem. schema
The PdfCollectionSchema with the names and types of the items.Methods in com.itextpdf.text.pdf.collection that return PdfCollectionSchema Modifier and Type Method Description PdfCollectionSchema
PdfCollection. getSchema()
Gets the Collection schema dictionary.Methods in com.itextpdf.text.pdf.collection with parameters of type PdfCollectionSchema Modifier and Type Method Description void
PdfCollection. setSchema(PdfCollectionSchema schema)
Sets the Collection schema dictionary.Constructors in com.itextpdf.text.pdf.collection with parameters of type PdfCollectionSchema Constructor Description PdfCollectionItem(PdfCollectionSchema schema)
Constructs a Collection Item that can be added to a PdfFileSpecification.
-