com.aspose.slides.pptx
Class LineArrowheadWidthEx

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

public class LineArrowheadWidthEx
extends Enumerate

Represents the width of an 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
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 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