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