Class CombineOperationInput
- java.lang.Object
-
- com.adobe.pdfservices.operation.internal.options.CombineOperationInput
-
public class CombineOperationInput extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CombineOperationInputcreateNew(com.adobe.pdfservices.operation.internal.FileRefImpl sourceFileRef, PageRanges pageRanges)PageRangesgetPageRanges()com.adobe.pdfservices.operation.internal.FileRefImplgetSourceFileRef()
-
-
-
Method Detail
-
createNew
public static CombineOperationInput createNew(com.adobe.pdfservices.operation.internal.FileRefImpl sourceFileRef, PageRanges pageRanges)
-
getSourceFileRef
public com.adobe.pdfservices.operation.internal.FileRefImpl getSourceFileRef()
-
getPageRanges
public PageRanges getPageRanges()
-
-