Uses of Class
com.datalogics.PDFL.CollectionSortItem
Packages that use CollectionSortItem
-
Uses of CollectionSortItem in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return CollectionSortItemModifier and TypeMethodDescriptionstatic final CollectionSortItemPDFLJNI.CollectionSortItemPtrVector_get(long jarg1, com.datalogics.PDFL.CollectionSortItemPtrVector jarg1_, int jarg2) Methods in com.datalogics.PDFL that return types with arguments of type CollectionSortItemModifier and TypeMethodDescriptionCollection.getSort()GetSort gets sort parameters for the Collection.Methods in com.datalogics.PDFL with parameters of type CollectionSortItemModifier and TypeMethodDescriptionstatic final voidPDFLJNI.CollectionSortItem_DisposeChildren(long jarg1, CollectionSortItem jarg1_) static final booleanPDFLJNI.CollectionSortItem_getAscending(long jarg1, CollectionSortItem jarg1_) static final StringPDFLJNI.CollectionSortItem_getName(long jarg1, CollectionSortItem jarg1_) static final voidPDFLJNI.CollectionSortItemPtrVector_add(long jarg1, com.datalogics.PDFL.CollectionSortItemPtrVector jarg1_, long jarg2, CollectionSortItem jarg2_) static final voidPDFLJNI.CollectionSortItemPtrVector_set(long jarg1, com.datalogics.PDFL.CollectionSortItemPtrVector jarg1_, int jarg2, long jarg3, CollectionSortItem jarg3_) Method parameters in com.datalogics.PDFL with type arguments of type CollectionSortItemModifier and TypeMethodDescriptionvoidCollection.setSort(List<CollectionSortItem> sort) SetSort allows to set field/fields to sort by as well as sort order (ascending or descending).