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