public enum SlideExportFormat extends Enum<SlideExportFormat>
Modifier and Type | Class and Description |
---|---|
static class |
SlideExportFormat.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 SlideExportFormat |
fromValue(String text) |
String |
getValue() |
static SlideExportFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SlideExportFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SlideExportFormat JPEG
public static final SlideExportFormat PNG
public static final SlideExportFormat GIF
public static final SlideExportFormat BMP
public static final SlideExportFormat TIFF
public static final SlideExportFormat HTML
public static final SlideExportFormat PDF
public static final SlideExportFormat XPS
public static final SlideExportFormat PPTX
public static final SlideExportFormat ODP
public static final SlideExportFormat OTP
public static final SlideExportFormat PPT
public static final SlideExportFormat PPS
public static final SlideExportFormat PPSX
public static final SlideExportFormat PPTM
public static final SlideExportFormat PPSM
public static final SlideExportFormat POTX
public static final SlideExportFormat POT
public static final SlideExportFormat POTM
public static final SlideExportFormat SVG
public static final SlideExportFormat FODP
public static final SlideExportFormat XAML
public static final SlideExportFormat HTML5
public static SlideExportFormat[] values()
for (SlideExportFormat c : SlideExportFormat.values()) System.out.println(c);
public static SlideExportFormat 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 SlideExportFormat fromValue(String text)
Copyright © 2022. All rights reserved.