Enum Class CONSTANTS.PREVIEW_CLASS

All Implemented Interfaces:
Serializable, Comparable<CONSTANTS.PREVIEW_CLASS>, Constable
Enclosing class:
CONSTANTS

public static enum CONSTANTS.PREVIEW_CLASS extends Enum<CONSTANTS.PREVIEW_CLASS>
Vorschauklassen für Dokumente.
Since:
10.03.000
  • Enum Constant Details

    • ImagePreview

      public static final CONSTANTS.PREVIEW_CLASS ImagePreview
      Vorschauklasse für die Bildbetrachtung
    • TextPreview

      public static final CONSTANTS.PREVIEW_CLASS TextPreview
      Vorschauklasse für Textansichten
    • PdfPreview

      public static final CONSTANTS.PREVIEW_CLASS PdfPreview
      Vorschauklasse für PDF Dokumente
    • Mail_EML_Preview

      public static final CONSTANTS.PREVIEW_CLASS Mail_EML_Preview
      Vorschauklasse für EML-Mail Dokumente
    • Mail_MSG_Preview

      public static final CONSTANTS.PREVIEW_CLASS Mail_MSG_Preview
      Vorschauklasse für MSG Dateien (MS Outlook Format)
    • BrowserPreview

      public static final CONSTANTS.PREVIEW_CLASS BrowserPreview
      Vorschauklasse für die Anzeige in einem Webbrowser
    • OpenOfficePreview

      public static final CONSTANTS.PREVIEW_CLASS OpenOfficePreview
      Vorschauklasse für OpenOffice/LibreOffice
    • MediaPlayerPreview

      public static final CONSTANTS.PREVIEW_CLASS MediaPlayerPreview
      Vorschauklasse für Medienformate im Windows Media Player
    • FxMediaPlayerPreview

      public static final CONSTANTS.PREVIEW_CLASS FxMediaPlayerPreview
      Vorschauklasse für A/V Medien
      Since:
      11.00.000
    • DsoFramerPreview

      public static final CONSTANTS.PREVIEW_CLASS DsoFramerPreview
      Deprecated.
      12.00.000: Verweist nun auf OfficePreview
      Vorschauklasse für Office-Dokumente in einer ActiveX-Komponente
    • OfficePreview

      public static final CONSTANTS.PREVIEW_CLASS OfficePreview
      Vorschauklasse für Office-Dokumente
    • OfficeOnlinePreview

      public static final CONSTANTS.PREVIEW_CLASS OfficeOnlinePreview
      Vorschauklasse für die Office Apps.

      Erfordert einen WOPI/Office Apps Server

      Since:
      12.00.000
    • EloZipPreview

      public static final CONSTANTS.PREVIEW_CLASS EloZipPreview
      Vorschauklasse für Zip-Dateien
    • SwitchToPreviewDocumentPreview

      public static final CONSTANTS.PREVIEW_CLASS SwitchToPreviewDocumentPreview
      Vorschauklasse um die Verwendung des TIFF/PDF Vorschaudokuments zu erzwingen.
      Since:
      12.00.000
    • MacOsPreview

      public static final CONSTANTS.PREVIEW_CLASS MacOsPreview
      Vorschauklasse für MacOS. Die Vorschau basiert auf dem "QuickLook"-Viewer von Mac OS X.
      Since:
      12.00.000
    • OCXPluginPreview

      public static final CONSTANTS.PREVIEW_CLASS OCXPluginPreview
      Vorschauklasse für eigene ActiveX Plug-Ins
      Since:
      12.00.000
  • Method Details

    • values

      public static CONSTANTS.PREVIEW_CLASS[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static CONSTANTS.PREVIEW_CLASS valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getPreviewClass

      public Class<?> getPreviewClass()
      Liefert die Vorschauklasse zurück.
      Returns:
      Vorschauklasse