Uses of Class
com.itextpdf.kernel.pdf.collection.PdfCollectionSort
 
     
      Packages that use PdfCollectionSort
     
 
      
     -  
        
Uses of PdfCollectionSort in com.itextpdf.kernel.pdf.collection
Methods in com.itextpdf.kernel.pdf.collection that return PdfCollectionSortModifier and TypeMethodDescriptionPdfCollection.getSort()Getter for the Collection sort dictionary.PdfCollectionSort.setSortOrder(boolean ascending) Defines the sort order of the field (ascending or descending).PdfCollectionSort.setSortOrder(boolean[] ascending) Defines the sort order of the field (ascending or descending).Methods in com.itextpdf.kernel.pdf.collection with parameters of type PdfCollectionSortModifier and TypeMethodDescriptionPdfCollection.setSort(PdfCollectionSort sort) Sets the Collection sort dictionary.