com.aspose.slides
Class ThreeDFormat

java.lang.Object
  extended by com.aspose.slides.PVIObject
      extended by com.aspose.slides.ThreeDFormat
All Implemented Interfaces:
IThreeDFormat

public class ThreeDFormat
extends PVIObject
implements IThreeDFormat

Represents 3-D properties.


Method Summary
 IShapeBevel getBevelBottom()
           Returns or sets the type of a bottom 3D bevel.
 IShapeBevel getBevelTop()
           Returns or sets the type of a top 3D bevel.
 ICamera getCamera()
           Returns or sets the settings of a camera.
 IColorFormat 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.
 IColorFormat getExtrusionColor()
           Returns or sets the color of an extrusion.
 double getExtrusionHeight()
           Returns or sets the height of an extrusion effect.
 ILightRig getLightRig()
           Returns or sets the type of a light.
 int getMaterial()
           Returns or sets the type of a material.
 com.aspose.slides.IDOMObject getParent_Immediate()
           Returns Parent_Immediate object.
 IPresentationComponent getParent_IPresentationComponent()
           
 long getVersion()
           
 void setContourWidth(double value)
           Returns or sets the width of a 3D contour.
 void setDepth(double value)
           Returns or sets the depth of a 3D shape.
 void setExtrusionHeight(double value)
           Returns or sets the height of an extrusion effect.
 void setMaterial(int value)
           Returns or sets the type of a material.
 
Methods inherited from class com.aspose.slides.PVIObject
equals, getParent_Immediate, getParent_IPresentationComponent, getPresentation, getSlide, getVersion, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContourWidth

public final double getContourWidth()

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

Specified by:
getContourWidth in interface IThreeDFormat

setContourWidth

public final void setContourWidth(double value)

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

Specified by:
setContourWidth in interface IThreeDFormat

getExtrusionHeight

public final double getExtrusionHeight()

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

Specified by:
getExtrusionHeight in interface IThreeDFormat

setExtrusionHeight

public final void setExtrusionHeight(double value)

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

Specified by:
setExtrusionHeight in interface IThreeDFormat

getDepth

public final double getDepth()

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

Specified by:
getDepth in interface IThreeDFormat

setDepth

public final void setDepth(double value)

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

Specified by:
setDepth in interface IThreeDFormat

getBevelTop

public final IShapeBevel getBevelTop()

Returns or sets the type of a top 3D bevel. Read-only IShapeBevel.

Specified by:
getBevelTop in interface IThreeDFormat

getBevelBottom

public final IShapeBevel getBevelBottom()

Returns or sets the type of a bottom 3D bevel. Read-only IShapeBevel.

Specified by:
getBevelBottom in interface IThreeDFormat

getContourColor

public final IColorFormat getContourColor()

Returns or sets the color of a contour. Read-only IColorFormat.

Specified by:
getContourColor in interface IThreeDFormat

getExtrusionColor

public final IColorFormat getExtrusionColor()

Returns or sets the color of an extrusion. Read-only IColorFormat.

Specified by:
getExtrusionColor in interface IThreeDFormat

getCamera

public final ICamera getCamera()

Returns or sets the settings of a camera. Read-only ICamera.

Specified by:
getCamera in interface IThreeDFormat

getLightRig

public final ILightRig getLightRig()

Returns or sets the type of a light. Read-only ILightRig.

Specified by:
getLightRig in interface IThreeDFormat

getMaterial

public final int getMaterial()

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

Specified by:
getMaterial in interface IThreeDFormat

setMaterial

public final void setMaterial(int value)

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

Specified by:
setMaterial in interface IThreeDFormat

getParent_IPresentationComponent

public IPresentationComponent getParent_IPresentationComponent()

getVersion

public long getVersion()

getParent_Immediate

public com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.