|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ShapeElementStrokeSource>
com.spire.presentation.ShapeElementStrokeSource
public 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 |
---|
public static final ShapeElementStrokeSource NO_STROKE
public static final ShapeElementStrokeSource SHAPE
public static final ShapeElementStrokeSource OWN_STROKE
Method Detail |
---|
public java.lang.String getName()
public byte getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |