com.aspose.slides
Interface ThreeDRenderingType


public interface ThreeDRenderingType

Constants which define the rendering type of a 3D shape.


Field Summary
static int SOLID
          All facets are opaque.
static int WIREFRAME
          Only edges are visible.
static int WIREFRAME_WHITE
          Only edges are visible.
 

Field Detail

SOLID

static final int SOLID
All facets are opaque.

See Also:
Constant Field Values

WIREFRAME

static final int WIREFRAME
Only edges are visible.

See Also:
Constant Field Values

WIREFRAME_WHITE

static final int WIREFRAME_WHITE
Only edges are visible.

See Also:
Constant Field Values