com.aspose.slides.pptx
Class LineArrowheadLengthEx

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

public class LineArrowheadLengthEx
extends Enumerate

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