public static enum PptxExportOptions.ConformanceEnum extends Enum<PptxExportOptions.ConformanceEnum>
Modifier and Type | Class and Description |
---|---|
static class |
PptxExportOptions.ConformanceEnum.Adapter |
Enum Constant and Description |
---|
ECMA376 |
ISO29500STRICT |
ISO29500TRANSITIONAL |
Modifier and Type | Method and Description |
---|---|
static PptxExportOptions.ConformanceEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static PptxExportOptions.ConformanceEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PptxExportOptions.ConformanceEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PptxExportOptions.ConformanceEnum ECMA376
public static final PptxExportOptions.ConformanceEnum ISO29500TRANSITIONAL
public static final PptxExportOptions.ConformanceEnum ISO29500STRICT
public static PptxExportOptions.ConformanceEnum[] values()
for (PptxExportOptions.ConformanceEnum c : PptxExportOptions.ConformanceEnum.values()) System.out.println(c);
public static PptxExportOptions.ConformanceEnum 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 String toString()
toString
in class Enum<PptxExportOptions.ConformanceEnum>
public static PptxExportOptions.ConformanceEnum fromValue(String text)
Copyright © 2022. All rights reserved.