com.aspose.slides.pptx
Class LineArrowheadStyleEx

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

public class LineArrowheadStyleEx
extends Enumerate

Represents the enumeration of line arrowhead styles.


Field Summary
static LineArrowheadStyleEx DIAMOND
           
static int DIAMOND_ID
           
static LineArrowheadStyleEx NONE
           
static int NONE_ID
           
static LineArrowheadStyleEx NOT_DEFINED
           
static int NOT_DEFINED_ID
           
static LineArrowheadStyleEx OPEN
           
static int OPEN_ID
           
static LineArrowheadStyleEx OVAL
           
static int OVAL_ID
           
static LineArrowheadStyleEx STEALTH
           
static int STEALTH_ID
           
static LineArrowheadStyleEx TRIANGLE
           
static int TRIANGLE_ID
           
 
Method Summary
 
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

NOT_DEFINED

public static final LineArrowheadStyleEx NOT_DEFINED

NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

NONE

public static final LineArrowheadStyleEx NONE

NONE_ID

public static final int NONE_ID
See Also:
Constant Field Values

TRIANGLE

public static final LineArrowheadStyleEx TRIANGLE

TRIANGLE_ID

public static final int TRIANGLE_ID
See Also:
Constant Field Values

STEALTH

public static final LineArrowheadStyleEx STEALTH

STEALTH_ID

public static final int STEALTH_ID
See Also:
Constant Field Values

DIAMOND

public static final LineArrowheadStyleEx DIAMOND

DIAMOND_ID

public static final int DIAMOND_ID
See Also:
Constant Field Values

OVAL

public static final LineArrowheadStyleEx OVAL

OVAL_ID

public static final int OVAL_ID
See Also:
Constant Field Values

OPEN

public static final LineArrowheadStyleEx OPEN

OPEN_ID

public static final int OPEN_ID
See Also:
Constant Field Values