Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.PageRanges
-
Packages that use PageRanges Package Description com.adobe.pdfservices.operation.pdfjobs.params.combinepdf Contains the param classes forCombinePDFJob.com.adobe.pdfservices.operation.pdfjobs.params.deletepages Contains the param classes forDeletePagesJob.com.adobe.pdfservices.operation.pdfjobs.params.insertpages Contains the param classes forInsertPagesPDFJob.com.adobe.pdfservices.operation.pdfjobs.params.reorderpages Contains the param classes forReorderPagesPDFJob.com.adobe.pdfservices.operation.pdfjobs.params.replacepages Contains the param classes forReplacePagesPDFJob.com.adobe.pdfservices.operation.pdfjobs.params.rotatepages Contains the param classes forRotatePagesJob.com.adobe.pdfservices.operation.pdfjobs.params.splitpdf Contains the param classes forSplitPDFJob. -
-
Uses of PageRanges in com.adobe.pdfservices.operation.pdfjobs.params.combinepdf
Methods in com.adobe.pdfservices.operation.pdfjobs.params.combinepdf with parameters of type PageRanges Modifier and Type Method Description CombinePDFParams.BuilderCombinePDFParams.Builder. addAsset(Asset asset, PageRanges pageRanges)Adds anAssetwithPageRangesto combine. -
Uses of PageRanges in com.adobe.pdfservices.operation.pdfjobs.params.deletepages
Methods in com.adobe.pdfservices.operation.pdfjobs.params.deletepages that return PageRanges Modifier and Type Method Description PageRangesDeletePagesParams. getPageRanges()Returns thePageRangesto be used for deleting pages.Constructors in com.adobe.pdfservices.operation.pdfjobs.params.deletepages with parameters of type PageRanges Constructor Description DeletePagesParams(PageRanges pageRanges)Creates an instance ofDeletePagesParamswith the givenPageRanges. -
Uses of PageRanges in com.adobe.pdfservices.operation.pdfjobs.params.insertpages
Methods in com.adobe.pdfservices.operation.pdfjobs.params.insertpages with parameters of type PageRanges Modifier and Type Method Description InsertPagesParams.BuilderInsertPagesParams.Builder. addPagesToInsertAt(Asset inputAsset, PageRanges pageRanges, Integer basePage)Adds the specified pages of the input PDF file to be inserted at the specified page of the base PDF file -
Uses of PageRanges in com.adobe.pdfservices.operation.pdfjobs.params.reorderpages
Methods in com.adobe.pdfservices.operation.pdfjobs.params.reorderpages that return PageRanges Modifier and Type Method Description PageRangesReorderPagesParams. getPageRanges()Returns thePageRangesto be used for reordering pages.Methods in com.adobe.pdfservices.operation.pdfjobs.params.reorderpages with parameters of type PageRanges Modifier and Type Method Description static ReorderPagesParams.BuilderReorderPagesParams. reorderPagesParamsBuilder(Asset asset, PageRanges pageRanges)Creates a newReorderPagesParams.Builder.Constructors in com.adobe.pdfservices.operation.pdfjobs.params.reorderpages with parameters of type PageRanges Constructor Description Builder(Asset asset, PageRanges pageRanges)Constructs aBuilderinstance. -
Uses of PageRanges in com.adobe.pdfservices.operation.pdfjobs.params.replacepages
Methods in com.adobe.pdfservices.operation.pdfjobs.params.replacepages with parameters of type PageRanges Modifier and Type Method Description ReplacePagesParams.BuilderReplacePagesParams.Builder. addPagesForReplace(Asset inputAsset, PageRanges pageRanges, Integer basePage)Adds the specified pages of the input PDF file to be replaced at the specified page of the base PDF file -
Uses of PageRanges in com.adobe.pdfservices.operation.pdfjobs.params.rotatepages
Methods in com.adobe.pdfservices.operation.pdfjobs.params.rotatepages with parameters of type PageRanges Modifier and Type Method Description RotatePagesParams.BuilderRotatePagesParams.Builder. withAngleToRotatePagesBy(Angle angle, PageRanges pageRanges)Sets theAngleto be used for rotating pages specified inPageRanges. -
Uses of PageRanges in com.adobe.pdfservices.operation.pdfjobs.params.splitpdf
Methods in com.adobe.pdfservices.operation.pdfjobs.params.splitpdf that return PageRanges Modifier and Type Method Description PageRangesSplitPDFParams. getPageRanges()Returns thePageRangesto be used for splitting pages.Methods in com.adobe.pdfservices.operation.pdfjobs.params.splitpdf with parameters of type PageRanges Modifier and Type Method Description voidSplitPDFParams. setPageRanges(PageRanges pageRanges)Sets thePageRangesto be used for splitting pages.
-