Class PdfCollection


public class PdfCollection extends PdfDictionary
  • Field Details

  • Constructor Details

    • PdfCollection

      public PdfCollection(int type)
      Constructs a PDF Collection.
      Parameters:
      type - the type of PDF collection.
  • Method Details

    • setInitialDocument

      public void setInitialDocument(String description)
      Identifies the document that will be initially presented in the user interface.
      Parameters:
      description - the description that was used when attaching the file to the document
    • getSchema

      public PdfCollectionSchema getSchema()
      Gets the Collection schema dictionary.
      Returns:
      schema an overview of the collection fields
    • setSchema

      public void setSchema(PdfCollectionSchema schema)
      Sets the Collection schema dictionary.
      Parameters:
      schema - an overview of the collection fields
    • setSort

      public void setSort(PdfCollectionSort sort)
      Sets the Collection sort dictionary.
      Parameters:
      sort - a collection sort dictionary