ShapeElementStrokeSource

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class ShapeElementStrokeSource extends System.Enum

Represents how shape element should be drawn.

Fields

FieldDescription
NoStrokeDon’t stroke primitive.
ShapeUse shape’s LineFormat.
OwnStrokeUse own stroke.

NoStroke

public static final byte NoStroke

Don’t stroke primitive.

Shape

public static final byte Shape

Use shape’s LineFormat.

OwnStroke

public static final byte OwnStroke

Use own stroke.