com.aspose.slides.pptx
Class PlaceholderTypeEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.PlaceholderTypeEx

public class PlaceholderTypeEx
extends Enumerate

Represents a type of placeholder.


Field Summary
static PlaceholderTypeEx BODY
          Body.
static int BODY_ID
           
static PlaceholderTypeEx CENTEREDTITLE
          Centered Title.
static int CENTEREDTITLE_ID
           
static PlaceholderTypeEx CHART
          Chart.
static int CHART_ID
           
static PlaceholderTypeEx CLIPART
          Clip Art.
static int CLIPART_ID
           
static PlaceholderTypeEx DATEANDTIME
          Date and Time.
static int DATEANDTIME_ID
           
static PlaceholderTypeEx DIAGRAM
          Diagram.
static int DIAGRAM_ID
           
static PlaceholderTypeEx FOOTER
          Footer.
static int FOOTER_ID
           
static PlaceholderTypeEx HEADER
          Header.
static int HEADER_ID
           
static PlaceholderTypeEx MEDIA
          Media.
static int MEDIA_ID
           
static PlaceholderTypeEx OBJECT
          Object.
static int OBJECT_ID
           
static PlaceholderTypeEx PICTURE
          Picture.
static int PICTURE_ID
           
static PlaceholderTypeEx SLIDEIMAGE
          Slide Image.
static int SLIDEIMAGE_ID
           
static PlaceholderTypeEx SLIDENUMBER
          Slide Number.
static int SLIDENUMBER_ID
           
static PlaceholderTypeEx SUBTITLE
          Subtitle.
static int SUBTITLE_ID
           
static PlaceholderTypeEx TABLE
          Table.
static int TABLE_ID
           
static PlaceholderTypeEx TITLE
          Title.
static int TITLE_ID
           
 
Method Summary
static PlaceholderTypeEx toValue(int id)
           
 
Methods inherited from class com.aspose.slides.Enumerate
getId, getName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TITLE

public static final PlaceholderTypeEx TITLE
Title.


TITLE_ID

public static final int TITLE_ID
See Also:
Constant Field Values

BODY

public static final PlaceholderTypeEx BODY
Body.


BODY_ID

public static final int BODY_ID
See Also:
Constant Field Values

CENTEREDTITLE

public static final PlaceholderTypeEx CENTEREDTITLE
Centered Title.


CENTEREDTITLE_ID

public static final int CENTEREDTITLE_ID
See Also:
Constant Field Values

SUBTITLE

public static final PlaceholderTypeEx SUBTITLE
Subtitle.


SUBTITLE_ID

public static final int SUBTITLE_ID
See Also:
Constant Field Values

DATEANDTIME

public static final PlaceholderTypeEx DATEANDTIME
Date and Time.


DATEANDTIME_ID

public static final int DATEANDTIME_ID
See Also:
Constant Field Values

SLIDENUMBER

public static final PlaceholderTypeEx SLIDENUMBER
Slide Number.


SLIDENUMBER_ID

public static final int SLIDENUMBER_ID
See Also:
Constant Field Values

FOOTER

public static final PlaceholderTypeEx FOOTER
Footer.


FOOTER_ID

public static final int FOOTER_ID
See Also:
Constant Field Values

HEADER

public static final PlaceholderTypeEx HEADER
Header.


HEADER_ID

public static final int HEADER_ID
See Also:
Constant Field Values

OBJECT

public static final PlaceholderTypeEx OBJECT
Object.


OBJECT_ID

public static final int OBJECT_ID
See Also:
Constant Field Values

CHART

public static final PlaceholderTypeEx CHART
Chart.


CHART_ID

public static final int CHART_ID
See Also:
Constant Field Values

TABLE

public static final PlaceholderTypeEx TABLE
Table.


TABLE_ID

public static final int TABLE_ID
See Also:
Constant Field Values

CLIPART

public static final PlaceholderTypeEx CLIPART
Clip Art.


CLIPART_ID

public static final int CLIPART_ID
See Also:
Constant Field Values

DIAGRAM

public static final PlaceholderTypeEx DIAGRAM
Diagram.


DIAGRAM_ID

public static final int DIAGRAM_ID
See Also:
Constant Field Values

MEDIA

public static final PlaceholderTypeEx MEDIA
Media.


MEDIA_ID

public static final int MEDIA_ID
See Also:
Constant Field Values

SLIDEIMAGE

public static final PlaceholderTypeEx SLIDEIMAGE
Slide Image.


SLIDEIMAGE_ID

public static final int SLIDEIMAGE_ID
See Also:
Constant Field Values

PICTURE

public static final PlaceholderTypeEx PICTURE
Picture.


PICTURE_ID

public static final int PICTURE_ID
See Also:
Constant Field Values
Method Detail

toValue

public static PlaceholderTypeEx toValue(int id)