com.aspose.slides
Class LineStyleEx

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

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

Represents the style of a line.


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 byte NotDefined
          
static byte Single
          
static byte ThickBetweenThin
          
static byte ThickThin
          
static byte ThinThick
          
static byte ThinThin
          
 
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

NotDefined

public static final byte NotDefined

See Also:
Constant Field Values

Single

public static final byte Single

See Also:
Constant Field Values

ThinThin

public static final byte ThinThin

See Also:
Constant Field Values

ThinThick

public static final byte ThinThick

See Also:
Constant Field Values

ThickThin

public static final byte ThickThin

See Also:
Constant Field Values

ThickBetweenThin

public static final byte ThickBetweenThin

See Also:
Constant Field Values