Enum CONSTANTS.PREVIEW_CLASS
- Object
-
- Enum<CONSTANTS.PREVIEW_CLASS>
-
- 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 Summary
Enum Constants Enum Constant Description BrowserPreviewVorschauklasse für die Anzeige in einem WebbrowserDsoFramerPreviewDeprecated.12.00.000: Verweist nun aufOfficePreviewEloZipPreviewVorschauklasse für Zip-DateienFxMediaPlayerPreviewVorschauklasse für A/V MedienImagePreviewVorschauklasse für die BildbetrachtungMacOsPreviewVorschauklasse für MacOS.Mail_EML_PreviewVorschauklasse für EML-Mail DokumenteMail_MSG_PreviewVorschauklasse für MSG Dateien (MS Outlook Format)MediaPlayerPreviewVorschauklasse für Medienformate im Windows Media PlayerOCXPluginPreviewVorschauklasse für eigene ActiveX Plug-InsOfficeOnlinePreviewVorschauklasse für die Office Apps.OfficePreviewVorschauklasse für Office-DokumenteOpenOfficePreviewVorschauklasse für OpenOffice/LibreOfficePdfPreviewVorschauklasse für PDF DokumenteSwitchToPreviewDocumentPreviewVorschauklasse um die Verwendung des TIFF/PDF Vorschaudokuments zu erzwingen.TextPreviewVorschauklasse für Textansichten
-
Method Summary
Modifier and Type Method Description Class<?>getPreviewClass()Liefert die Vorschauklasse zurück.static CONSTANTS.PREVIEW_CLASSvalueOf(String name)Returns the enum constant of this type with the specified name.static CONSTANTS.PREVIEW_CLASS[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
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 aufOfficePreviewVorschauklasse 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 Detail
-
values
public static CONSTANTS.PREVIEW_CLASS[] values()
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CONSTANTS.PREVIEW_CLASS valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
getPreviewClass
public Class<?> getPreviewClass()
Liefert die Vorschauklasse zurück.- Returns:
- Vorschauklasse
-
-