public abstract class BaseMergeParameters<T extends MergeInput> extends AbstractPdfOutputParameters implements SingleOutputTaskParameters
| Constructor and Description |
|---|
BaseMergeParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInput(T input)
adds the given input to the list of inputs for the merge task.
|
boolean |
equals(Object other) |
List<T> |
getInputList() |
SingleTaskOutput |
getOutput() |
List<PdfMergeInput> |
getPdfInputList() |
int |
hashCode() |
void |
setInputList(List<T> inputList) |
void |
setOutput(SingleTaskOutput output)
Sets the output destination
|
getMinRequiredPdfVersion, getVersion, isCompress, setCompress, setVersiongetExistingOutputPolicy, isLenient, setExistingOutputPolicy, setLenient, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetExistingOutputPolicy, isLenient, setExistingOutputPolicy, setLenientpublic SingleTaskOutput getOutput()
getOutput in interface SingleOutputTaskParametersgetOutput in interface TaskParameterspublic void setOutput(SingleTaskOutput output)
SingleOutputTaskParameterssetOutput in interface SingleOutputTaskParameterspublic List<PdfMergeInput> getPdfInputList()
public void addInput(T input)
input - public int hashCode()
hashCode in class AbstractPdfOutputParameterspublic boolean equals(Object other)
equals in class AbstractPdfOutputParametersCopyright © 2021 sejda. All rights reserved.