com.aspose.slides.pptx
Class LineArrowheadLengthEx

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

public class LineArrowheadLengthEx
extends Enumerate

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


Field Summary
static LineArrowheadLengthEx LONG
           
static int LONG_ID
           
static LineArrowheadLengthEx MEDIUM
           
static int MEDIUM_ID
           
static LineArrowheadLengthEx NOT_DEFINED
           
static int NOT_DEFINED_ID
           
static LineArrowheadLengthEx SHORT
           
static int SHORT_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 LineArrowheadLengthEx NOT_DEFINED

NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

SHORT

public static final LineArrowheadLengthEx SHORT

SHORT_ID

public static final int SHORT_ID
See Also:
Constant Field Values

MEDIUM

public static final LineArrowheadLengthEx MEDIUM

MEDIUM_ID

public static final int MEDIUM_ID
See Also:
Constant Field Values

LONG

public static final LineArrowheadLengthEx LONG

LONG_ID

public static final int LONG_ID
See Also:
Constant Field Values