Class PdfCollectionSchema

java.lang.Object
com.lowagie.text.pdf.PdfObject
com.lowagie.text.pdf.PdfDictionary
com.lowagie.text.pdf.collection.PdfCollectionSchema

public class PdfCollectionSchema extends PdfDictionary
  • Constructor Details

    • PdfCollectionSchema

      public PdfCollectionSchema()
      Creates a Collection Schema dictionary.
  • Method Details

    • addField

      public void addField(String name, PdfCollectionField field)
      Adds a Collection field to the Schema.
      Parameters:
      name - the name of the collection field
      field - a Collection Field