Class PdfCollection


@Deprecated public class PdfCollection extends PdfDictionary
Deprecated.
  • Field Details

    • DETAILS

      public static final int DETAILS
      Deprecated.
      A type of PDF Collection
      See Also:
    • TILE

      public static final int TILE
      Deprecated.
      A type of PDF Collection
      See Also:
    • HIDDEN

      public static final int HIDDEN
      Deprecated.
      A type of PDF Collection
      See Also:
  • Constructor Details

    • PdfCollection

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

    • setInitialDocument

      public void setInitialDocument(String description)
      Deprecated.
      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()
      Deprecated.
      Gets the Collection schema dictionary.
      Returns:
      schema an overview of the collection fields
    • setSchema

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

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