public final class ShapeElementStrokeSource
extends com.aspose.ms.System.Enum
Represents how shape element should be drawn.
Modifier and Type | Field and Description |
---|---|
static byte |
NoStroke
Don't stroke primitive.
|
static byte |
OwnStroke
Use own stroke.
|
static byte |
Shape
Use shape's LineFormat.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final byte NoStroke
Don't stroke primitive.
public static final byte Shape
Use shape's LineFormat.
public static final byte OwnStroke
Use own stroke.