public static enum Placeholder.TypeEnum extends Enum<Placeholder.TypeEnum>
Modifier and Type | Class and Description |
---|---|
static class |
Placeholder.TypeEnum.Adapter |
Enum Constant and Description |
---|
BODY |
CENTEREDTITLE |
CHART |
CLIPART |
DATEANDTIME |
DIAGRAM |
FOOTER |
HEADER |
MEDIA |
OBJECT |
PICTURE |
SLIDEIMAGE |
SLIDENUMBER |
SUBTITLE |
TABLE |
TITLE |
Modifier and Type | Method and Description |
---|---|
static Placeholder.TypeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static Placeholder.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Placeholder.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Placeholder.TypeEnum TITLE
public static final Placeholder.TypeEnum BODY
public static final Placeholder.TypeEnum CENTEREDTITLE
public static final Placeholder.TypeEnum SUBTITLE
public static final Placeholder.TypeEnum DATEANDTIME
public static final Placeholder.TypeEnum SLIDENUMBER
public static final Placeholder.TypeEnum FOOTER
public static final Placeholder.TypeEnum HEADER
public static final Placeholder.TypeEnum OBJECT
public static final Placeholder.TypeEnum CHART
public static final Placeholder.TypeEnum TABLE
public static final Placeholder.TypeEnum CLIPART
public static final Placeholder.TypeEnum DIAGRAM
public static final Placeholder.TypeEnum MEDIA
public static final Placeholder.TypeEnum SLIDEIMAGE
public static final Placeholder.TypeEnum PICTURE
public static Placeholder.TypeEnum[] values()
for (Placeholder.TypeEnum c : Placeholder.TypeEnum.values()) System.out.println(c);
public static Placeholder.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<Placeholder.TypeEnum>
public static Placeholder.TypeEnum fromValue(String text)
Copyright © 2021. All rights reserved.