com.aspose.slides
Interface ShapeElementStrokeSource


public interface ShapeElementStrokeSource

Represents how shape element should be drawn.


Field Summary
static int NoStroke
          Don't stroke primitive.
static int OwnStroke
          Use own stroke.
static int Shape
          Use shape's LineFormat.
 

Field Detail

NoStroke

static final int NoStroke
Don't stroke primitive.

See Also:
Constant Field Values

Shape

static final int Shape
Use shape's LineFormat.

See Also:
Constant Field Values

OwnStroke

static final int OwnStroke
Use own stroke.

See Also:
Constant Field Values