com.aspose.slides
Class LineDashStyleEx

java.lang.Object
  extended by com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      extended by com.aspose.ms.System.Enum
          extended by com.aspose.slides.LineDashStyleEx

public final class LineDashStyleEx
extends com.aspose.ms.System.Enum

Represents the line dash style.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.System.Enum
com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
 
Field Summary
static byte Custom
          
static byte Dash
          
static byte DashDot
          
static byte Dot
          
static byte LargeDash
          
static byte LargeDashDot
          
static byte LargeDashDotDot
          
static byte NotDefined
          
static byte Solid
          
static byte SystemDash
          
static byte SystemDashDot
          
static byte SystemDashDotDot
          
static byte SystemDot
          
 
Fields inherited from class com.aspose.ms.System.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, 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

Solid

public static final byte Solid

See Also:
Constant Field Values

Dot

public static final byte Dot

See Also:
Constant Field Values

Dash

public static final byte Dash

See Also:
Constant Field Values

LargeDash

public static final byte LargeDash

See Also:
Constant Field Values

DashDot

public static final byte DashDot

See Also:
Constant Field Values

LargeDashDot

public static final byte LargeDashDot

See Also:
Constant Field Values

LargeDashDotDot

public static final byte LargeDashDotDot

See Also:
Constant Field Values

SystemDash

public static final byte SystemDash

See Also:
Constant Field Values

SystemDot

public static final byte SystemDot

See Also:
Constant Field Values

SystemDashDot

public static final byte SystemDashDot

See Also:
Constant Field Values

SystemDashDotDot

public static final byte SystemDashDotDot

See Also:
Constant Field Values

Custom

public static final byte Custom

See Also:
Constant Field Values