public enum NotesSlideExportFormat extends Enum<NotesSlideExportFormat>
Modifier and Type | Class and Description |
---|---|
static class |
NotesSlideExportFormat.Adapter |
Enum Constant and Description |
---|
BMP |
FODP |
GIF |
HTML |
HTML5 |
JPEG |
ODP |
OTP |
PDF |
PNG |
POT |
POTM |
POTX |
PPS |
PPSM |
PPSX |
PPT |
PPTM |
PPTX |
SVG |
TIFF |
XAML |
XPS |
Modifier and Type | Method and Description |
---|---|
static NotesSlideExportFormat |
fromValue(String text) |
String |
getValue() |
static NotesSlideExportFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotesSlideExportFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotesSlideExportFormat JPEG
public static final NotesSlideExportFormat PNG
public static final NotesSlideExportFormat GIF
public static final NotesSlideExportFormat BMP
public static final NotesSlideExportFormat TIFF
public static final NotesSlideExportFormat HTML
public static final NotesSlideExportFormat PDF
public static final NotesSlideExportFormat XPS
public static final NotesSlideExportFormat PPTX
public static final NotesSlideExportFormat ODP
public static final NotesSlideExportFormat OTP
public static final NotesSlideExportFormat PPT
public static final NotesSlideExportFormat PPS
public static final NotesSlideExportFormat PPSX
public static final NotesSlideExportFormat PPTM
public static final NotesSlideExportFormat PPSM
public static final NotesSlideExportFormat POTX
public static final NotesSlideExportFormat POT
public static final NotesSlideExportFormat POTM
public static final NotesSlideExportFormat SVG
public static final NotesSlideExportFormat FODP
public static final NotesSlideExportFormat XAML
public static final NotesSlideExportFormat HTML5
public static NotesSlideExportFormat[] values()
for (NotesSlideExportFormat c : NotesSlideExportFormat.values()) System.out.println(c);
public static NotesSlideExportFormat valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getValue()
public static NotesSlideExportFormat fromValue(String text)
Copyright © 2023. All rights reserved.