public class ViewerPreferencesParameters extends MultiplePdfSourceMultipleOutputParameters
PdfSource where the view preferences will be applied.| Constructor and Description |
|---|
ViewerPreferencesParameters() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addEnabledPreference(PdfBooleanPreference e) |
void |
addSource(PdfSource<?> input)
adds the input source to the source list.
|
void |
clearEnabledPreferences() |
boolean |
equals(Object other) |
PdfDirection |
getDirection() |
PdfDuplex |
getDuplex() |
Set<PdfBooleanPreference> |
getEnabledPreferences() |
PdfVersion |
getMinRequiredPdfVersion() |
PdfNonFullScreenPageMode |
getNfsMode() |
PdfPageLayout |
getPageLayout() |
PdfPageMode |
getPageMode() |
PdfPrintScaling |
getPrintScaling() |
List<PdfSource<?>> |
getSourceList() |
int |
hashCode() |
void |
setDirection(PdfDirection direction) |
void |
setDuplex(PdfDuplex duplex) |
void |
setNfsMode(PdfNonFullScreenPageMode nfsMode) |
void |
setPageLayout(PdfPageLayout pageLayout) |
void |
setPageMode(PdfPageMode pageMode) |
void |
setPrintScaling(PdfPrintScaling printScaling) |
getOutput, getOutputPrefix, setOutput, setOutputPrefixgetVersion, isCompress, setCompress, setVersionisOverwrite, setOverwrite, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisOverwritepublic boolean addEnabledPreference(PdfBooleanPreference e)
public void clearEnabledPreferences()
public PdfPageMode getPageMode()
public void setPageMode(PdfPageMode pageMode)
public PdfPageLayout getPageLayout()
public void setPageLayout(PdfPageLayout pageLayout)
public PdfNonFullScreenPageMode getNfsMode()
public void setNfsMode(PdfNonFullScreenPageMode nfsMode)
public PdfDuplex getDuplex()
public void setDuplex(PdfDuplex duplex)
public PdfDirection getDirection()
public void setDirection(PdfDirection direction)
public PdfPrintScaling getPrintScaling()
public void setPrintScaling(PdfPrintScaling printScaling)
public Set<PdfBooleanPreference> getEnabledPreferences()
public PdfVersion getMinRequiredPdfVersion()
getMinRequiredPdfVersion in class AbstractPdfOutputParameterspublic int hashCode()
hashCode in class MultiplePdfSourceMultipleOutputParameterspublic boolean equals(Object other)
equals in class MultiplePdfSourceMultipleOutputParameterspublic void addSource(PdfSource<?> input)
addSource in interface MultiplePdfSourceTaskParametersinput - public List<PdfSource<?>> getSourceList()
getSourceList in interface MultiplePdfSourceTaskParametersCopyright © 2015. All Rights Reserved.