com.aspose.slides.pptx
Class PathFillModeEx

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

public class PathFillModeEx
extends Enumerate


Field Summary
static PathFillModeEx DARKEN
           
static int DARKEN_ID
           
static PathFillModeEx DARKENLESS
           
static int DARKENLESS_ID
           
static PathFillModeEx LIGHTEN
           
static int LIGHTEN_ID
           
static PathFillModeEx LIGHTENLESS
           
static int LIGHTENLESS_ID
           
static PathFillModeEx NONE
           
static int NONE_ID
           
static PathFillModeEx NORMAL
           
static int NORMAL_ID
           
 
Method Summary
static PathFillModeEx 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

NONE

public static final PathFillModeEx NONE

NONE_ID

public static final int NONE_ID
See Also:
Constant Field Values

NORMAL

public static final PathFillModeEx NORMAL

NORMAL_ID

public static final int NORMAL_ID
See Also:
Constant Field Values

LIGHTEN

public static final PathFillModeEx LIGHTEN

LIGHTEN_ID

public static final int LIGHTEN_ID
See Also:
Constant Field Values

LIGHTENLESS

public static final PathFillModeEx LIGHTENLESS

LIGHTENLESS_ID

public static final int LIGHTENLESS_ID
See Also:
Constant Field Values

DARKEN

public static final PathFillModeEx DARKEN

DARKEN_ID

public static final int DARKEN_ID
See Also:
Constant Field Values

DARKENLESS

public static final PathFillModeEx DARKENLESS

DARKENLESS_ID

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

toValue

public static PathFillModeEx toValue(int id)