public class PdfMixInput extends Object
AbstractPdfSource, the mix step and a parameter indicating if the document should be
processed in reverse mode.| Modifier and Type | Class and Description |
|---|---|
class |
PdfMixInput.PdfMixInputProcessStatus
Holds the status of the process for the enclosing a
PdfMixInput |
| Constructor and Description |
|---|
PdfMixInput(PdfSource<?> source)
Creates an instance with step of 1 reverse false
|
PdfMixInput(PdfSource<?> source,
boolean reverse,
int step) |
| Modifier and Type | Method and Description |
|---|---|
PdfSource<?> |
getSource() |
int |
getStep() |
boolean |
isReverse() |
PdfMixInput.PdfMixInputProcessStatus |
newProcessingStatus(int numberOfPages) |
String |
toString() |
public PdfMixInput(PdfSource<?> source, boolean reverse, int step)
public PdfMixInput(PdfSource<?> source)
source - public PdfSource<?> getSource()
public boolean isReverse()
public int getStep()
public PdfMixInput.PdfMixInputProcessStatus newProcessingStatus(int numberOfPages)
numberOfPages - the number of pages for this input.Copyright © 2015. All Rights Reserved.