Uses of Enum
com.itextpdf.kernel.pdf.PdfViewerPreferences.PdfViewerPreferencesConstants
Packages that use PdfViewerPreferences.PdfViewerPreferencesConstants
-
Uses of PdfViewerPreferences.PdfViewerPreferencesConstants in com.itextpdf.kernel.pdf
Methods in com.itextpdf.kernel.pdf that return PdfViewerPreferences.PdfViewerPreferencesConstantsModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.PdfViewerPreferences.PdfViewerPreferencesConstants.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.kernel.pdf with parameters of type PdfViewerPreferences.PdfViewerPreferencesConstantsModifier and TypeMethodDescriptionPdfViewerPreferences.setDirection
(PdfViewerPreferences.PdfViewerPreferencesConstants direction) This method sets predominant reading order of text.PdfViewerPreferences.setDuplex
(PdfViewerPreferences.PdfViewerPreferencesConstants duplex) This method sets the paper handling option that shall be used when printing the file from the print dialog.PdfViewerPreferences.setNonFullScreenPageMode
(PdfViewerPreferences.PdfViewerPreferencesConstants nonFullScreenPageMode) This method sets NonFullScreenPageMode property.PdfViewerPreferences.setPrintArea
(PdfViewerPreferences.PdfViewerPreferencesConstants pageBoundary) This method sets the name of the page boundary representing the area of a page that shall be rendered when printing the document.PdfViewerPreferences.setPrintClip
(PdfViewerPreferences.PdfViewerPreferencesConstants pageBoundary) This method sets the name of the page boundary to which the contents of a page shall be clipped when printing the document.PdfViewerPreferences.setPrintScaling
(PdfViewerPreferences.PdfViewerPreferencesConstants printScaling) This method sets the page scaling option that shall be selected when a print dialog is displayed for this document.PdfViewerPreferences.setViewArea
(PdfViewerPreferences.PdfViewerPreferencesConstants pageBoundary) This method sets the name of the page boundary representing the area of a page that shall be displayed when viewing the document on the screen.PdfViewerPreferences.setViewClip
(PdfViewerPreferences.PdfViewerPreferencesConstants pageBoundary) This method sets the name of the page boundary to which the contents of a page shall be clipped when viewing the document on the screen.