com.aspose.slides
Interface ShadowType


public interface ShadowType

Represents the types of a shadow.


Field Summary
static int DEFAULT
          Default shadow
static int DOUBLE
          Two independed shadows.
static int EMBOSSED
          Emulate bevel via 2 shadows.
static int SINGLE
          Only one shadow.
 

Field Detail

DEFAULT

static final int DEFAULT
Default shadow

See Also:
Constant Field Values

DOUBLE

static final int DOUBLE
Two independed shadows.

See Also:
Constant Field Values

SINGLE

static final int SINGLE
Only one shadow.

See Also:
Constant Field Values

EMBOSSED

static final int EMBOSSED
Emulate bevel via 2 shadows.

See Also:
Constant Field Values