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 PdfCollectionSort
PdfCollection. getSort()
Getter for the Collection sort dictionary.PdfCollectionSort
PdfCollectionSort. setSortOrder(boolean ascending)
Defines the sort order of the field (ascending or descending).PdfCollectionSort
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 PdfCollectionSort Modifier and Type Method Description PdfCollection
PdfCollection. setSort(PdfCollectionSort sort)
Sets the Collection sort dictionary.
-