com.aspose.slides
Class LineArrowheadWidth

java.lang.Object
  extended by com.aspose.ms.java.Enum
      extended by com.aspose.slides.LineArrowheadWidth

public final class LineArrowheadWidth
extends com.aspose.ms.java.Enum

Represents the width of an arrowhead.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum
 
Field Summary
static int Medium
          
static int Narrow
          
static int Wide
          
 
Fields inherited from class com.aspose.ms.java.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.java.Enum
format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, parse, parse, parse, parse, register, toObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Narrow

public static final int Narrow

See Also:
Constant Field Values

Medium

public static final int Medium

See Also:
Constant Field Values

Wide

public static final int Wide

See Also:
Constant Field Values