com.spire.presentation
Enum ShapeElementStrokeSource

java.lang.Object
  extended by java.lang.Enum<ShapeElementStrokeSource>
      extended by com.spire.presentation.ShapeElementStrokeSource
All Implemented Interfaces:
java.lang.Comparable<ShapeElementStrokeSource>

public enum ShapeElementStrokeSource
extends java.lang.Enum<ShapeElementStrokeSource>

Represents how shape element should be drawn.


Enum Constant Summary
NO_STROKE
          Don't stroke primitive.
OWN_STROKE
          Use own stroke.
SHAPE
          Use shape's LineFormat.
 
Method Summary
 java.lang.String getName()
           
 byte getValue()
           
 

Enum Constant Detail

NO_STROKE

public static final ShapeElementStrokeSource NO_STROKE
Don't stroke primitive.


SHAPE

public static final ShapeElementStrokeSource SHAPE
Use shape's LineFormat.


OWN_STROKE

public static final ShapeElementStrokeSource OWN_STROKE
Use own stroke.

Method Detail

getName

public java.lang.String getName()

getValue

public byte getValue()