Uses of Class
com.adobe.pdfservices.operation.internal.cpf.dto.request.platform.pagemanipulation.PageAction
-
-
Uses of PageAction in com.adobe.pdfservices.operation.internal.cpf.dto.request.platform
Method parameters in com.adobe.pdfservices.operation.internal.cpf.dto.request.platform with type arguments of type PageAction Modifier and Type Method Description static RotatePagesParamsRotatePagesParams. createFrom(List<PageAction> pageActions) -
Uses of PageAction in com.adobe.pdfservices.operation.internal.cpf.dto.request.platform.pagemanipulation
Subclasses of PageAction in com.adobe.pdfservices.operation.internal.cpf.dto.request.platform.pagemanipulation Modifier and Type Class Description classDeletePageActionclassRotatePageActionMethods in com.adobe.pdfservices.operation.internal.cpf.dto.request.platform.pagemanipulation with parameters of type PageAction Modifier and Type Method Description static PageActionCommandPageActionCommand. createFrom(PageAction pageAction) -
Uses of PageAction in com.adobe.pdfservices.operation.internal.service
Method parameters in com.adobe.pdfservices.operation.internal.service with type arguments of type PageAction Modifier and Type Method Description static StringRotatePagesService. rotatePages(com.adobe.pdfservices.operation.internal.InternalExecutionContext context, com.adobe.pdfservices.operation.internal.FileRefImpl sourceFileRef, List<PageAction> pageActions, String operation) -
Uses of PageAction in com.adobe.pdfservices.operation.internal.util
Method parameters in com.adobe.pdfservices.operation.internal.util with type arguments of type PageAction Modifier and Type Method Description static voidValidationUtil. validateRotatePageActions(List<PageAction> pageActions)
-