com.aspose.slides
Class ThreeDRenderingType

java.lang.Object
  extended by com.aspose.ms.java.Enum
      extended by com.aspose.slides.ThreeDRenderingType

public final class ThreeDRenderingType
extends com.aspose.ms.java.Enum

Represent the rendering modes for 3D shape decoration.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum
 
Field Summary
static int Solid
           All facets are opaque.
static int Wireframe
           Only edges are visible.
 
Fields inherited from class com.aspose.ms.java.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.java.Enum
format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, parse, parse, parse, parse, register, toObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Solid

public static final int Solid

All facets are opaque.

See Also:
Constant Field Values

Wireframe

public static final int Wireframe

Only edges are visible.

See Also:
Constant Field Values