com.aspose.slides.pptx
Class PathCommandEx
java.lang.Object
com.aspose.slides.Enumerate
com.aspose.slides.pptx.PathCommandEx
public class PathCommandEx
- extends Enumerate
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
toValue
public static PathCommandEx toValue(int id)