@NoIntersections public class AddBackPagesParameters extends MultiplePdfSourceMultipleOutputParameters implements PageRangeSelection, PagesSelection
Constructor and Description |
---|
AddBackPagesParameters() |
Modifier and Type | Method and Description |
---|---|
void |
addAllPageRanges(Collection<PageRange> ranges) |
void |
addPageRange(PageRange range) |
boolean |
equals(Object other) |
PdfSource<?> |
getBackPagesSource() |
Set<Integer> |
getPages(int totalNumberOfPage) |
Set<PageRange> |
getPageSelection() |
int |
getStep() |
int |
hashCode() |
void |
setBackPagesSource(PdfSource<?> backPagesSource) |
void |
setStep(int step) |
getOutput, getOutputPrefix, setOutput, setOutputPrefix
addSource, addSources, getSourceList, removeAllSources
getMinRequiredPdfVersion, getVersion, isCompress, setCompress, setVersion
getExistingOutputPolicy, isLenient, setExistingOutputPolicy, setLenient, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getExistingOutputPolicy, isLenient, setExistingOutputPolicy, setLenient
public PdfSource<?> getBackPagesSource()
public void setBackPagesSource(PdfSource<?> backPagesSource)
public Set<PageRange> getPageSelection()
getPageSelection
in interface PageRangeSelection
public void addPageRange(PageRange range)
public void addAllPageRanges(Collection<PageRange> ranges)
public Set<Integer> getPages(int totalNumberOfPage)
getPages
in interface PagesSelection
totalNumberOfPage
- the number of pages of the document (upper limit).PageRange
set.PagesSelection.getPages(int)
public int getStep()
public void setStep(int step)
public int hashCode()
hashCode
in class MultiplePdfSourceMultipleOutputParameters
public boolean equals(Object other)
equals
in class MultiplePdfSourceMultipleOutputParameters
Copyright © 2019 sejda. All rights reserved.