com.aspose.slides
Interface ShapeElementType


public interface ShapeElementType

Represents the type of a ShapeElement.


Field Summary
static int EXTRUSION
          Extrusion of 3D shape.
static int SHADOW
          Shape's shadow.
static int SHAPE
          Shape's basic geometry.
 

Field Detail

SHAPE

static final int SHAPE
Shape's basic geometry.

See Also:
Constant Field Values

SHADOW

static final int SHADOW
Shape's shadow.

See Also:
Constant Field Values

EXTRUSION

static final int EXTRUSION
Extrusion of 3D shape.

See Also:
Constant Field Values