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 |
clearEnabledPreferences() |
boolean |
equals(Object other) |
PdfDirection |
getDirection() |
PdfDuplex |
getDuplex() |
Set<PdfBooleanPreference> |
getEnabledPreferences() |
PdfVersion |
getMinRequiredPdfVersion() |
PdfNonFullScreenPageMode |
getNfsMode() |
PdfPageLayout |
getPageLayout() |
PdfPageMode |
getPageMode() |
PdfPrintScaling |
getPrintScaling() |
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, setOutputPrefix
addSource, addSources, getSourceList, removeAllSources
getVersion, isCompress, setCompress, setVersion
getExistingOutputPolicy, isLenient, setExistingOutputPolicy, setLenient, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getExistingOutputPolicy, isLenient, setExistingOutputPolicy, setLenient
public 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 AbstractPdfOutputParameters
public int hashCode()
hashCode
in class MultiplePdfSourceMultipleOutputParameters
public boolean equals(Object other)
equals
in class MultiplePdfSourceMultipleOutputParameters
Copyright © 2020 sejda. All rights reserved.