com.aspose.slides
Class ThreeDFormatEx

java.lang.Object
  extended by com.aspose.slides.ThreeDFormatEx

public class ThreeDFormatEx
extends java.lang.Object

Represents 3-D properties.


Method Summary
 ShapeBevelEx getBevelBottom()
           Returns or sets the type of a bottom 3D bevel.
 int getBevelColorMode()
          Deprecated. 
 ShapeBevelEx getBevelTop()
           Returns or sets the type of a top 3D bevel.
 CameraEx getCamera()
           Returns or sets the settings of a camera.
 ColorFormatEx getContourColor()
           Returns or sets the color of a contour.
 double getContourWidth()
           Returns or sets the width of a 3D contour.
 double getDepth()
           Returns or sets the depth of a 3D shape.
 ColorFormatEx getExtrusionColor()
           Returns or sets the color of an extrusion.
 double getExtrusionHeight()
           Returns or sets the height of an extrusion effect.
 LightRigEx getLightRig()
           Returns or sets the type of a light.
 int getMaterial()
           Returns or sets the type of a material.
 PresentationEx getPresentation()
           Returns the parent presentation of a ThreeDFormatEx.
 BaseSlideEx getSlide()
           Returns the parent slide of a ThreeDFormatEx.
 void setBevelColorMode(int value)
          Deprecated. 
 void setCamera(CameraEx value)
           
 void setContourColor(ColorFormatEx value)
           
 void setContourWidth(double value)
           
 void setDepth(double value)
           
 void setExtrusionColor(ColorFormatEx value)
           
 void setExtrusionHeight(double value)
           
 void setLightRig(LightRigEx value)
           
 void setMaterial(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContourWidth

public double getContourWidth()

Returns or sets the width of a 3D contour. Read/write double.


setContourWidth

public void setContourWidth(double value)

getExtrusionHeight

public double getExtrusionHeight()

Returns or sets the height of an extrusion effect. Read/write double.


setExtrusionHeight

public void setExtrusionHeight(double value)

getDepth

public double getDepth()

Returns or sets the depth of a 3D shape. Read/write double.


setDepth

public void setDepth(double value)

getBevelTop

public ShapeBevelEx getBevelTop()

Returns or sets the type of a top 3D bevel. Read ShapeBevelEx,


getBevelBottom

public ShapeBevelEx getBevelBottom()

Returns or sets the type of a bottom 3D bevel. Read ShapeBevelEx.


getContourColor

public ColorFormatEx getContourColor()

Returns or sets the color of a contour. Read/write ColorFormatEx.


setContourColor

public void setContourColor(ColorFormatEx value)

getExtrusionColor

public ColorFormatEx getExtrusionColor()

Returns or sets the color of an extrusion. Read/write ColorFormatEx


setExtrusionColor

public void setExtrusionColor(ColorFormatEx value)

getBevelColorMode

@Deprecated
public int getBevelColorMode()
Deprecated. 

Returns or sets the color mode used for 3D effects. Read/write BevelColorModeEx.


setBevelColorMode

@Deprecated
public void setBevelColorMode(int value)
Deprecated. 


getCamera

public CameraEx getCamera()

Returns or sets the settings of a camera. Read/write CameraEx.


setCamera

public void setCamera(CameraEx value)

getLightRig

public LightRigEx getLightRig()

Returns or sets the type of a light. Read/write LightRigEx.


setLightRig

public void setLightRig(LightRigEx value)

getMaterial

public int getMaterial()

Returns or sets the type of a material. Read/write MaterialPresetTypeEx.


setMaterial

public void setMaterial(int value)

getSlide

public BaseSlideEx getSlide()

Returns the parent slide of a ThreeDFormatEx. Read-only BaseSlideEx.


getPresentation

public PresentationEx getPresentation()

Returns the parent presentation of a ThreeDFormatEx. Read-only PresentationEx.