Class PdfCollectionSort


class PdfCollectionSort extends PdfDictionary
  • Constructor Details

    • PdfCollectionSort

      PdfCollectionSort()
  • Method Details

    • setSortOrder

      public void setSortOrder(boolean ascending)
      Defines the sort order of the field (ascending or descending).
      Parameters:
      ascending - true is the default, use false for descending order
    • setSortOrder

      public void setSortOrder(boolean[] ascending)
      Defines the sort order of the field (ascending or descending).
      Parameters:
      ascending - an array with every element corresponding with a name of a field.