Uses of Enum Class
com.saperion.ngc.viewer.pdfjs.PdfjsViewerDisplayMode
Packages that use PdfjsViewerDisplayMode
-
Uses of PdfjsViewerDisplayMode in com.saperion.ngc.viewer.pdfjs
Methods in com.saperion.ngc.viewer.pdfjs that return PdfjsViewerDisplayModeModifier and TypeMethodDescriptionPdfjsViewerUtil.getDisplayMode
(OpenDocumentBean bean) Returns the way the current element must be displayed.PdfjsViewerUtil.getDisplayMode
(OpenDocumentBean bean, String name) Returns the way the current element must be displayed.PdfjsViewerUtil.getDisplayModeForTemporaryDocs
(String name) static PdfjsViewerDisplayMode
Returns the enum constant of this class with the specified name.static PdfjsViewerDisplayMode[]
PdfjsViewerDisplayMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.