public enum STPlaceholderType extends Enum<STPlaceholderType>
Java class for ST_PlaceholderType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_PlaceholderType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="title"/> <enumeration value="body"/> <enumeration value="ctrTitle"/> <enumeration value="subTitle"/> <enumeration value="dt"/> <enumeration value="sldNum"/> <enumeration value="ftr"/> <enumeration value="hdr"/> <enumeration value="obj"/> <enumeration value="chart"/> <enumeration value="tbl"/> <enumeration value="clipArt"/> <enumeration value="dgm"/> <enumeration value="media"/> <enumeration value="sldImg"/> <enumeration value="pic"/> </restriction> </simpleType>
Enum Constant and Description |
---|
BODY
Body
|
CHART
Chart
|
CLIP_ART
Clip Art
|
CTR_TITLE
Centered Title
|
DGM
Diagram
|
DT
Date and Time
|
FTR
Footer
|
HDR
Header
|
MEDIA
Media
|
OBJ
Object
|
PIC
Picture
|
SLD_IMG
Slide Image
|
SLD_NUM
Slide Number
|
SUB_TITLE
Subtitle
|
TBL
Table
|
TITLE
Title
|
Modifier and Type | Method and Description |
---|---|
static STPlaceholderType |
fromValue(String v) |
String |
value() |
static STPlaceholderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STPlaceholderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STPlaceholderType TITLE
public static final STPlaceholderType BODY
public static final STPlaceholderType CTR_TITLE
public static final STPlaceholderType SUB_TITLE
public static final STPlaceholderType DT
public static final STPlaceholderType SLD_NUM
public static final STPlaceholderType FTR
public static final STPlaceholderType HDR
public static final STPlaceholderType OBJ
public static final STPlaceholderType CHART
public static final STPlaceholderType TBL
public static final STPlaceholderType CLIP_ART
public static final STPlaceholderType DGM
public static final STPlaceholderType MEDIA
public static final STPlaceholderType SLD_IMG
public static final STPlaceholderType PIC
public static STPlaceholderType[] values()
for (STPlaceholderType c : STPlaceholderType.values()) System.out.println(c);
public static STPlaceholderType 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 value()
public static STPlaceholderType fromValue(String v)
Copyright © 2007-2019. All Rights Reserved.