com.aspose.slides.pptx
Class LineArrowheadWidthEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.LineArrowheadWidthEx
All Implemented Interfaces:
java.lang.Comparable

public class LineArrowheadWidthEx
extends Enumerate

Enumeration which defines width types of a line's arrowhead.


Field Summary
static LineArrowheadWidthEx MEDIUM
           
static int MEDIUM_ID
           
static LineArrowheadWidthEx NARROW
           
static int NARROW_ID
           
static LineArrowheadWidthEx NOT_DEFINED
           
static int NOT_DEFINED_ID
           
static LineArrowheadWidthEx WIDE
           
static int WIDE_ID
           
 
Method Summary
 
Methods inherited from class com.aspose.slides.Enumerate
compareTo, equals, getId, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NOT_DEFINED

public static final LineArrowheadWidthEx NOT_DEFINED

NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

NARROW

public static final LineArrowheadWidthEx NARROW

NARROW_ID

public static final int NARROW_ID
See Also:
Constant Field Values

MEDIUM

public static final LineArrowheadWidthEx MEDIUM

MEDIUM_ID

public static final int MEDIUM_ID
See Also:
Constant Field Values

WIDE

public static final LineArrowheadWidthEx WIDE

WIDE_ID

public static final int WIDE_ID
See Also:
Constant Field Values