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