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_2006 |
ISO29500_2008_STRICT |
ISO29500_2008_TRANSITIONAL |
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_2006
public static final PptxExportOptions.ConformanceEnum ISO29500_2008_TRANSITIONAL
public static final PptxExportOptions.ConformanceEnum ISO29500_2008_STRICT
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 © 2021. All rights reserved.