com.aspose.slides.pptx
Class PathCommandEx

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

public class PathCommandEx
extends Enumerate


Field Summary
static PathCommandEx ARCTO
           
static int ARCTO_ID
           
static PathCommandEx CLOSE
           
static int CLOSE_ID
           
static PathCommandEx CUBICBEZIERTO
           
static int CUBICBEZIERTO_ID
           
static PathCommandEx LINETO
           
static int LINETO_ID
           
static PathCommandEx MOVETO
           
static int MOVETO_ID
           
static PathCommandEx QUADBEZIERTO
           
static int QUADBEZIERTO_ID
           
 
Method Summary
static PathCommandEx 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

CLOSE

public static final PathCommandEx CLOSE

CLOSE_ID

public static final int CLOSE_ID
See Also:
Constant Field Values

MOVETO

public static final PathCommandEx MOVETO

MOVETO_ID

public static final int MOVETO_ID
See Also:
Constant Field Values

LINETO

public static final PathCommandEx LINETO

LINETO_ID

public static final int LINETO_ID
See Also:
Constant Field Values

ARCTO

public static final PathCommandEx ARCTO

ARCTO_ID

public static final int ARCTO_ID
See Also:
Constant Field Values

QUADBEZIERTO

public static final PathCommandEx QUADBEZIERTO

QUADBEZIERTO_ID

public static final int QUADBEZIERTO_ID
See Also:
Constant Field Values

CUBICBEZIERTO

public static final PathCommandEx CUBICBEZIERTO

CUBICBEZIERTO_ID

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

toValue

public static PathCommandEx toValue(int id)