com.aspose.slides.pptx
Class PlaceholderTypeEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.PlaceholderTypeEx
All Implemented Interfaces:
java.lang.Comparable

public class PlaceholderTypeEx
extends Enumerate

Enumeration which defines types of a placeholder.


Field Summary
static PlaceholderTypeEx BODY
          Body.
static int BODY_ID
           
static PlaceholderTypeEx CENTERED_TITLE
          Centered Title.
static int CENTERED_TITLE_ID
           
static PlaceholderTypeEx CHART
          Chart.
static int CHART_ID
           
static PlaceholderTypeEx CLIPART
          Clip Art.
static int CLIPART_ID
           
static PlaceholderTypeEx DATE_AND_TIME
          Date and Time.
static int DATE_AND_TIME_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 SLIDE_IMAGE
          Slide Image.
static int SLIDE_IMAGE_ID
           
static PlaceholderTypeEx SLIDE_NUMBER
          Slide Number.
static int SLIDE_NUMBER_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
compareTo, equals, getId, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, 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

CENTERED_TITLE

public static final PlaceholderTypeEx CENTERED_TITLE
Centered Title.


CENTERED_TITLE_ID

public static final int CENTERED_TITLE_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

DATE_AND_TIME

public static final PlaceholderTypeEx DATE_AND_TIME
Date and Time.


DATE_AND_TIME_ID

public static final int DATE_AND_TIME_ID
See Also:
Constant Field Values

SLIDE_NUMBER

public static final PlaceholderTypeEx SLIDE_NUMBER
Slide Number.


SLIDE_NUMBER_ID

public static final int SLIDE_NUMBER_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

SLIDE_IMAGE

public static final PlaceholderTypeEx SLIDE_IMAGE
Slide Image.


SLIDE_IMAGE_ID

public static final int SLIDE_IMAGE_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)