Enum STPlaceholderType

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

public enum STPlaceholderType
extends java.lang.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>
 
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants 
    Enum Constant 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
  • Method Summary

    Modifier and Type Method Description
    static STPlaceholderType fromValue​(java.lang.String v)  
    java.lang.String value()  
    static STPlaceholderType valueOf​(java.lang.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.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait