@SingleOutputAllowedExtensions public class MergeParameters extends AbstractPdfOutputParameters implements SingleOutputTaskParameters
Constructor and Description |
---|
MergeParameters() |
Modifier and Type | Method and Description |
---|---|
void |
addInput(MergeInput input)
adds the given input to the list of inputs for the merge task.
|
boolean |
equals(Object other) |
AcroFormPolicy |
getAcroFormPolicy() |
CatalogPageLabelsPolicy |
getCatalogPageLabelsPolicy() |
List<MergeInput> |
getInputList() |
OutlinePolicy |
getOutlinePolicy() |
SingleTaskOutput |
getOutput() |
List<PdfMergeInput> |
getPdfInputList() |
ToCPolicy |
getTableOfContentsPolicy() |
int |
hashCode() |
boolean |
isBlankPageIfOdd() |
boolean |
isFilenameFooter() |
boolean |
isFirstInputCoverTitle() |
boolean |
isNormalizePageSizes() |
void |
setAcroFormPolicy(AcroFormPolicy acroFormPolicy)
The policy that the merge task should use when handling interactive forms (AcroForm)
|
void |
setBlankPageIfOdd(boolean blankPageIfOdd)
Setting this true tells the task to add a blank page after each merged document if the number of pages is odd.
|
void |
setCatalogPageLabelsPolicy(CatalogPageLabelsPolicy catalogPageLabelsPolicy) |
void |
setFilenameFooter(boolean filenameFooter) |
void |
setFirstInputCoverTitle(boolean firstInputCoverTitle) |
void |
setInputList(List<MergeInput> inputList) |
void |
setNormalizePageSizes(boolean normalizePageSizes) |
void |
setOutlinePolicy(OutlinePolicy outlinePolicy)
The policy that the merge task should use when handling the outline tree (bookmarks)
|
void |
setOutput(SingleTaskOutput output)
Sets the output destination
|
void |
setTableOfContentsPolicy(ToCPolicy tocPolicy) |
getMinRequiredPdfVersion, getVersion, isCompress, setCompress, setVersion
getExistingOutputPolicy, isLenient, setExistingOutputPolicy, setLenient, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getExistingOutputPolicy, isLenient, setExistingOutputPolicy, setLenient
public SingleTaskOutput getOutput()
getOutput
in interface SingleOutputTaskParameters
getOutput
in interface TaskParameters
public void setOutput(SingleTaskOutput output)
SingleOutputTaskParameters
setOutput
in interface SingleOutputTaskParameters
public List<MergeInput> getInputList()
public void setInputList(List<MergeInput> inputList)
public List<PdfMergeInput> getPdfInputList()
public void addInput(MergeInput input)
input
- public boolean isBlankPageIfOdd()
public void setBlankPageIfOdd(boolean blankPageIfOdd)
blankPageIfOdd
- public AcroFormPolicy getAcroFormPolicy()
public void setAcroFormPolicy(AcroFormPolicy acroFormPolicy)
acroFormPolicy
- public OutlinePolicy getOutlinePolicy()
public void setOutlinePolicy(OutlinePolicy outlinePolicy)
outlinePolicy
- public ToCPolicy getTableOfContentsPolicy()
public void setTableOfContentsPolicy(ToCPolicy tocPolicy)
public boolean isFilenameFooter()
public void setFilenameFooter(boolean filenameFooter)
public boolean isNormalizePageSizes()
public void setNormalizePageSizes(boolean normalizePageSizes)
public CatalogPageLabelsPolicy getCatalogPageLabelsPolicy()
public void setCatalogPageLabelsPolicy(CatalogPageLabelsPolicy catalogPageLabelsPolicy)
public boolean isFirstInputCoverTitle()
public void setFirstInputCoverTitle(boolean firstInputCoverTitle)
public int hashCode()
hashCode
in class AbstractPdfOutputParameters
public boolean equals(Object other)
equals
in class AbstractPdfOutputParameters
Copyright © 2019 sejda. All rights reserved.