com.aspose.slides
Interface ShapeElementStrokeSource


public interface ShapeElementStrokeSource

Represents how shape element should be drawn.


Field Summary
static int NO_STROKE
          Don't stroke primitive.
static int OWN_STROKE
          Use own stroke.
static int SHAPE
          Use shape's LineFormat.
 

Field Detail

NO_STROKE

static final int NO_STROKE
Don't stroke primitive.

See Also:
Constant Field Values

SHAPE

static final int SHAPE
Use shape's LineFormat.

See Also:
Constant Field Values

OWN_STROKE

static final int OWN_STROKE
Use own stroke.

See Also:
Constant Field Values