Uses of Class
com.adobe.pdfservices.operation.internal.options.PageRange
-
Packages that use PageRange Package Description com.adobe.pdfservices.operation.internal.cpf.dto.request.platform com.adobe.pdfservices.operation.internal.cpf.dto.request.platform.pagemanipulation com.adobe.pdfservices.operation.pdfops.options Contains the option classes and sub-packages forOperationimplementations in thecom.adobe.pdfservices.operation.pdfopspackage. -
-
Uses of PageRange in com.adobe.pdfservices.operation.internal.cpf.dto.request.platform
Constructor parameters in com.adobe.pdfservices.operation.internal.cpf.dto.request.platform with type arguments of type PageRange Constructor Description CombinePageRange(List<PageRange> pageRange) -
Uses of PageRange in com.adobe.pdfservices.operation.internal.cpf.dto.request.platform.pagemanipulation
Methods in com.adobe.pdfservices.operation.internal.cpf.dto.request.platform.pagemanipulation that return types with arguments of type PageRange Modifier and Type Method Description List<PageRange>PageAction. getPageRanges()Constructor parameters in com.adobe.pdfservices.operation.internal.cpf.dto.request.platform.pagemanipulation with type arguments of type PageRange Constructor Description DeletePageAction(List<PageRange> pageRanges)PageAction(List<PageRange> pageRanges)RotatePageAction(int angle, List<PageRange> pageRanges) -
Uses of PageRange in com.adobe.pdfservices.operation.pdfops.options
Methods in com.adobe.pdfservices.operation.pdfops.options that return types with arguments of type PageRange Modifier and Type Method Description List<PageRange>PageRanges. getRanges()Used internally by this SDK, not intended to be called by clients.
-