Uses of Class
com.saperion.ngc.viewer.pdfjs.PdfjsViewerDisplayMode
-
Packages that use PdfjsViewerDisplayMode Package Description com.saperion.ngc.viewer.pdfjs Package for PDFJS-viewer component classes. -
-
Uses of PdfjsViewerDisplayMode in com.saperion.ngc.viewer.pdfjs
Methods in com.saperion.ngc.viewer.pdfjs that return PdfjsViewerDisplayMode Modifier and Type Method Description PdfjsViewerDisplayModePdfjsViewerUtil. getDisplayMode(OpenDocumentBean bean)Returns the way the current element must be displayed.PdfjsViewerDisplayModePdfjsViewerUtil. getDisplayMode(OpenDocumentBean bean, java.lang.String name)Returns the way the current element must be displayed.PdfjsViewerDisplayModePdfjsViewerUtil. getDisplayModeForTemporaryDocs(java.lang.String name)static PdfjsViewerDisplayModePdfjsViewerDisplayMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PdfjsViewerDisplayMode[]PdfjsViewerDisplayMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-