com.aspose.slides
Class PlaceholderType

java.lang.Object
  extended by com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      extended by com.aspose.ms.System.Enum
          extended by com.aspose.slides.PlaceholderType

public final class PlaceholderType
extends com.aspose.ms.System.Enum

Represents the type of a placeholder.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.System.Enum
com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
 
Field Summary
static int Body
          
static int CenteredTitle
          
static int ClipArt
          
static int Graph
          
static int MasterBody
          
static int MasterCenteredTitle
          
static int MasterDate
          
static int MasterFooter
          
static int MasterHeader
          
static int MasterNotesBody
          
static int MasterNotesSlideImage
          
static int MasterSlideNumber
          
static int MasterSubTitle
          
static int MasterTitle
          
static int MediaClip
          
static int None
          
static int NotesBody
          
static int NotesSlideImage
          
static int Object
          
static int OrganizationChart
          
static int Picture
          
static int Subtitle
          
static int Table
          
static int Title
          
static int VerticalObject
          
static int VerticalTextBody
          
static int VerticalTextTitle
          
 
Fields inherited from class com.aspose.ms.System.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static final int None

See Also:
Constant Field Values

MasterTitle

public static final int MasterTitle

See Also:
Constant Field Values

MasterBody

public static final int MasterBody

See Also:
Constant Field Values

MasterCenteredTitle

public static final int MasterCenteredTitle

See Also:
Constant Field Values

MasterSubTitle

public static final int MasterSubTitle

See Also:
Constant Field Values

MasterNotesSlideImage

public static final int MasterNotesSlideImage

See Also:
Constant Field Values

MasterNotesBody

public static final int MasterNotesBody

See Also:
Constant Field Values

MasterDate

public static final int MasterDate

See Also:
Constant Field Values

MasterSlideNumber

public static final int MasterSlideNumber

See Also:
Constant Field Values

MasterFooter

public static final int MasterFooter

See Also:
Constant Field Values

MasterHeader

public static final int MasterHeader

See Also:
Constant Field Values

NotesSlideImage

public static final int NotesSlideImage

See Also:
Constant Field Values

NotesBody

public static final int NotesBody

See Also:
Constant Field Values

Title

public static final int Title

See Also:
Constant Field Values

Body

public static final int Body

See Also:
Constant Field Values

CenteredTitle

public static final int CenteredTitle

See Also:
Constant Field Values

Subtitle

public static final int Subtitle

See Also:
Constant Field Values

VerticalTextTitle

public static final int VerticalTextTitle

See Also:
Constant Field Values

VerticalTextBody

public static final int VerticalTextBody

See Also:
Constant Field Values

Object

public static final int Object

See Also:
Constant Field Values

Graph

public static final int Graph

See Also:
Constant Field Values

Table

public static final int Table

See Also:
Constant Field Values

ClipArt

public static final int ClipArt

See Also:
Constant Field Values

OrganizationChart

public static final int OrganizationChart

See Also:
Constant Field Values

MediaClip

public static final int MediaClip

See Also:
Constant Field Values

VerticalObject

public static final int VerticalObject

See Also:
Constant Field Values

Picture

public static final int Picture

See Also:
Constant Field Values