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 PdfjsViewerDisplayMode
PdfjsViewerUtil. getDisplayMode(OpenDocumentBean bean)
Returns the way the current element must be displayed.PdfjsViewerDisplayMode
PdfjsViewerUtil. getDisplayMode(OpenDocumentBean bean, java.lang.String name)
Returns the way the current element must be displayed.PdfjsViewerDisplayMode
PdfjsViewerUtil. getDisplayModeForTemporaryDocs(java.lang.String name)
static PdfjsViewerDisplayMode
PdfjsViewerDisplayMode. 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.
-