com.spire.pdf.annotations
Enum Pdf3DRenderStyle

java.lang.Object
  extended by java.lang.Enum<Pdf3DRenderStyle>
      extended by com.spire.pdf.annotations.Pdf3DRenderStyle
All Implemented Interfaces:
java.lang.Comparable<Pdf3DRenderStyle>

public enum Pdf3DRenderStyle
extends java.lang.Enum<Pdf3DRenderStyle>

Specifies the available rendering style of the 3D artwork.


Enum Constant Summary
Bounding_Box
           
Hidden_Wireframe
           
Illustration
           
Shaded_Illustration
           
Shaded_Vertices
           
Shaded_Wireframe
           
Solid
           
Solid_Outline
           
Solid_Wireframe
           
Transparent
           
Transparent_Bounding_Box
           
Transparent_Bounding_Box_Outline
           
Transparent_Wireframe
           
Vertices
           
Wireframe
           
 

Enum Constant Detail

Solid

public static final Pdf3DRenderStyle Solid

Solid_Wireframe

public static final Pdf3DRenderStyle Solid_Wireframe

Transparent

public static final Pdf3DRenderStyle Transparent

Transparent_Wireframe

public static final Pdf3DRenderStyle Transparent_Wireframe

Bounding_Box

public static final Pdf3DRenderStyle Bounding_Box

Transparent_Bounding_Box

public static final Pdf3DRenderStyle Transparent_Bounding_Box

Transparent_Bounding_Box_Outline

public static final Pdf3DRenderStyle Transparent_Bounding_Box_Outline

Wireframe

public static final Pdf3DRenderStyle Wireframe

Shaded_Wireframe

public static final Pdf3DRenderStyle Shaded_Wireframe

Hidden_Wireframe

public static final Pdf3DRenderStyle Hidden_Wireframe

Vertices

public static final Pdf3DRenderStyle Vertices

Shaded_Vertices

public static final Pdf3DRenderStyle Shaded_Vertices

Illustration

public static final Pdf3DRenderStyle Illustration

Solid_Outline

public static final Pdf3DRenderStyle Solid_Outline

Shaded_Illustration

public static final Pdf3DRenderStyle Shaded_Illustration