public class SplitByEveryXPagesParameters extends AbstractSplitByPageParameters
| Constructor and Description |
|---|
SplitByEveryXPagesParameters(int step) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Set<Integer> |
getPages(int upperLimit) |
PdfSource<?> |
getSource() |
int |
hashCode() |
void |
setSource(PdfSource<?> source)
Set the source for this parameter.
|
String |
toString() |
getOutput, getOutputPrefix, setOutput, setOutputPrefixgetMinRequiredPdfVersion, getVersion, isCompress, setCompress, setVersionisOverwrite, setOverwriteclone, finalize, getClass, notify, notifyAll, wait, wait, waitisOverwritepublic Set<Integer> getPages(int upperLimit)
getPages in interface PagesSelectiongetPages in class AbstractSplitByPageParametersupperLimit - upper limit for the pages set.public String toString()
toString in class AbstractParameterspublic int hashCode()
hashCode in class SinglePdfSourceMultipleOutputParameterspublic boolean equals(Object other)
equals in class SinglePdfSourceMultipleOutputParameterspublic PdfSource<?> getSource()
getSource in interface SinglePdfSourceTaskParameterspublic void setSource(PdfSource<?> source)
SinglePdfSourceTaskParameterssetSource in interface SinglePdfSourceTaskParametersCopyright © 2015. All Rights Reserved.