com.aspose.slides
Interface IThreeDFormat

All Known Implementing Classes:
ThreeDFormat

public interface 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.
 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.
 

Method Detail

getContourWidth

double getContourWidth()

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


setContourWidth

void setContourWidth(double value)

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


getExtrusionHeight

double getExtrusionHeight()

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


setExtrusionHeight

void setExtrusionHeight(double value)

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


getDepth

double getDepth()

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


setDepth

void setDepth(double value)

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


getBevelTop

IShapeBevel getBevelTop()

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


getBevelBottom

IShapeBevel getBevelBottom()

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


getContourColor

IColorFormat getContourColor()

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


getExtrusionColor

IColorFormat getExtrusionColor()

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


getCamera

ICamera getCamera()

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


getLightRig

ILightRig getLightRig()

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


getMaterial

int getMaterial()

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


setMaterial

void setMaterial(int value)

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



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