public class SplitByPagesParameters extends AbstractSplitByPageParameters
| Constructor and Description |
|---|
SplitByPagesParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPage(Integer page)
Adds a page to split at.
|
void |
addPages(Collection<Integer> pagesToAdd)
Adds all pages to split at.
|
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 void addPages(Collection<Integer> pagesToAdd)
pagesToAdd - public void addPage(Integer page)
page - public 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.