LineSketchType

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

public final class LineSketchType extends System.Enum

Represents which sketch type or effect a shape has been assigned.

Fields

FieldDescription
NotDefinedSpecifies that a shape Sketch effect is undefined.
NoneSpecifies that a shape has no Sketch effect.
CurvedSpecifies that a shape has the Curved effect, which turns each edge of the shape into one big gentle curve.
FreehandSpecifies that a shape has the Freehand effect, which most closely resembles an imperfectly drawn line.
ScribbleSpecifies that a shape has the Scribble effect, which has exaggerated oscillation as if drawn purposely messy.

NotDefined

public static final int NotDefined

Specifies that a shape Sketch effect is undefined.

None

public static final int None

Specifies that a shape has no Sketch effect. This is equivalent to this property being empty.

Curved

public static final int Curved

Specifies that a shape has the Curved effect, which turns each edge of the shape into one big gentle curve.

Freehand

public static final int Freehand

Specifies that a shape has the Freehand effect, which most closely resembles an imperfectly drawn line.

Scribble

public static final int Scribble

Specifies that a shape has the Scribble effect, which has exaggerated oscillation as if drawn purposely messy.