com.aspose.slides.pptx
Class PlaceholderSizeEx

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

public class PlaceholderSizeEx
extends Enumerate


Field Summary
static PlaceholderSizeEx FULL
          Full.
static int FULL_ID
           
static PlaceholderSizeEx HALF
          Half.
static int HALF_ID
           
static PlaceholderSizeEx QUARTER
          Quarter.
static int QUARTER_ID
           
 
Method Summary
static PlaceholderSizeEx 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

FULL

public static final PlaceholderSizeEx FULL
Full.


FULL_ID

public static int FULL_ID

HALF

public static final PlaceholderSizeEx HALF
Half.


HALF_ID

public static int HALF_ID

QUARTER

public static final PlaceholderSizeEx QUARTER
Quarter.


QUARTER_ID

public static int QUARTER_ID
Method Detail

toValue

public static PlaceholderSizeEx toValue(int id)