public enum Placeholder extends java.lang.Enum<Placeholder>
Enum Constant and Description |
---|
BODY |
CENTERED_TITLE |
CHART |
CLIP_ART |
CONTENT |
DATETIME |
DGM |
FOOTER |
HEADER |
MEDIA |
PICTURE |
SLIDE_IMAGE |
SLIDE_NUMBER |
SUBTITLE |
TABLE |
TITLE |
Modifier and Type | Method and Description |
---|---|
static Placeholder |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Placeholder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Placeholder TITLE
public static final Placeholder BODY
public static final Placeholder CENTERED_TITLE
public static final Placeholder SUBTITLE
public static final Placeholder DATETIME
public static final Placeholder SLIDE_NUMBER
public static final Placeholder FOOTER
public static final Placeholder HEADER
public static final Placeholder CONTENT
public static final Placeholder CHART
public static final Placeholder TABLE
public static final Placeholder CLIP_ART
public static final Placeholder DGM
public static final Placeholder MEDIA
public static final Placeholder SLIDE_IMAGE
public static final Placeholder PICTURE
public static Placeholder[] values()
for (Placeholder c : Placeholder.values()) System.out.println(c);
public static Placeholder valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2005-2010 Potix Corporation. All Rights Reserved.