com.aspose.slides.pptx
Class PlaceholderSizeEx

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

public class PlaceholderSizeEx
extends com.aspose.dotnet.util.Enumerate


Field Summary
static PlaceholderSizeEx FULL
           
static int FULL_ID
           
static PlaceholderSizeEx HALF
           
static int HALF_ID
           
static PlaceholderSizeEx QUARTER
           
static int QUARTER_ID
           
 
Method Summary
static PlaceholderSizeEx toValue(int id)
           
 
Methods inherited from class com.aspose.dotnet.util.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_ID

public static int FULL_ID

HALF

public static final PlaceholderSizeEx HALF

HALF_ID

public static int HALF_ID

QUARTER

public static final PlaceholderSizeEx QUARTER

QUARTER_ID

public static int QUARTER_ID
Method Detail

toValue

public static PlaceholderSizeEx toValue(int id)