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