Uses of Enum
com.winnovative_software.ViewerFullScreenExitMode
-
Uses of ViewerFullScreenExitMode in com.winnovative_software
Methods in com.winnovative_software that return ViewerFullScreenExitModeModifier and TypeMethodDescriptionViewerPreferences.nonFullScreenPageMode()
Gets the document’s page mode, specifying how to display the document on exiting full-screen mode when displaying the PDF document generated by the HTML to PDF converter.static ViewerFullScreenExitMode
Returns the enum constant of this type with the specified name.static ViewerFullScreenExitMode[]
ViewerFullScreenExitMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.winnovative_software with parameters of type ViewerFullScreenExitModeModifier and TypeMethodDescriptionvoid
ViewerPreferences.setNonFullScreenPageMode
(ViewerFullScreenExitMode nonFullScreenPageMode) Sets the document’s page mode, specifying how to display the document on exiting full-screen mode when displaying the PDF document generated by the HTML to PDF converter.