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) |
int |
hashCode() |
String |
toString() |
discardOutline, discardOutline, getOptimizationPolicy, setOptimizationPolicy
getOutput, getOutputPrefix, setOutput, setOutputPrefix
addSource, addSources, getSourceList, removeAllSources
getMinRequiredPdfVersion, getVersion, isCompress, setCompress, setVersion
getExistingOutputPolicy, isLenient, setExistingOutputPolicy, setLenient
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getExistingOutputPolicy, getOutput, isLenient, setExistingOutputPolicy, setLenient
public void addPages(Collection<Integer> pagesToAdd)
pagesToAdd
- public void addPage(Integer page)
page
- public Set<Integer> getPages(int upperLimit)
upperLimit
- the number of pages of the document (upper limit).public String toString()
toString
in class AbstractParameters
public int hashCode()
hashCode
in class AbstractSplitByPageParameters
public boolean equals(Object other)
equals
in class AbstractSplitByPageParameters
Copyright © 2019 sejda. All rights reserved.