@SingleOutputAllowedExtensions public class MergeParameters extends BaseMergeParameters<MergeInput>
| Constructor and Description |
|---|
MergeParameters() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
AcroFormPolicy |
getAcroFormPolicy() |
CatalogPageLabelsPolicy |
getCatalogPageLabelsPolicy() |
OutlinePolicy |
getOutlinePolicy() |
Rotation |
getRotation(int index) |
List<Rotation> |
getRotations() |
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 |
setNormalizePageSizes(boolean normalizePageSizes) |
void |
setOutlinePolicy(OutlinePolicy outlinePolicy)
The policy that the merge task should use when handling the outline tree (bookmarks)
|
void |
setRotations(List<Rotation> rotations) |
void |
setTableOfContentsPolicy(ToCPolicy tocPolicy) |
addInput, getInputList, getOutput, getPdfInputList, setInputList, setOutputgetMinRequiredPdfVersion, getVersion, isCompress, setCompress, setVersiongetExistingOutputPolicy, isLenient, setExistingOutputPolicy, setLenient, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetExistingOutputPolicy, isLenient, setExistingOutputPolicy, setLenientpublic 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 Rotation getRotation(int index)
public int hashCode()
hashCode in class BaseMergeParameters<MergeInput>public boolean equals(Object other)
equals in class BaseMergeParameters<MergeInput>Copyright © 2021 sejda. All rights reserved.