public final class LineSketchType
extends com.aspose.ms.System.Enum
Represents which sketch type or effect a shape has been assigned.
Modifier and Type | Field and Description |
---|---|
static int |
Curved
Specifies that a shape has the Curved effect, which turns each edge of the shape into one big gentle curve.
|
static int |
Freehand
Specifies that a shape has the Freehand effect, which most closely resembles an imperfectly drawn line.
|
static int |
None
Specifies that a shape has no Sketch effect.
|
static int |
NotDefined
Specifies that a shape Sketch effect is undefined.
|
static int |
Scribble
Specifies that a shape has the Scribble effect, which has exaggerated oscillation as if drawn purposely messy.
|
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 int NotDefined
Specifies that a shape Sketch effect is undefined.
public static final int None
Specifies that a shape has no Sketch effect. This is equivalent to this property being empty.
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.
public static final int Freehand
Specifies that a shape has the Freehand effect, which most closely resembles an imperfectly drawn line.
public static final int Scribble
Specifies that a shape has the Scribble effect, which has exaggerated oscillation as if drawn purposely messy.