Enum STPlaceholderType

java.lang.Object
java.lang.Enum<STPlaceholderType>
org.pptx4j.pml.STPlaceholderType
All Implemented Interfaces:
Serializable, Comparable<STPlaceholderType>, java.lang.constant.Constable

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>