org.sejda.model.input
Class PdfMixInput
java.lang.Object
org.sejda.model.input.PdfMixInput
public class PdfMixInput
- extends Object
Model representation of a input parameter for the Alternate Mix task. Contains a AbstractPdfSource, the mix step and a parameter indicating if the document should be
processed in reverse mode.
- Author:
- Andrea Vacondio
PdfMixInput
public PdfMixInput(PdfSource<?> source,
boolean reverse,
int step)
PdfMixInput
public PdfMixInput(PdfSource<?> source)
- Creates an instance with step of 1 reverse false
- Parameters:
source -
getSource
public PdfSource<?> getSource()
isReverse
public boolean isReverse()
getStep
public int getStep()
newProcessingStatus
public PdfMixInput.PdfMixInputProcessStatus newProcessingStatus(int numberOfPages)
- Parameters:
numberOfPages - the number of pages for this input.
- Returns:
- a new mix processing status for this input
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013 sejda. All Rights Reserved.