com.aspose.slides
Interface IThreeDFormat

All Superinterfaces:
IPresentationComponent, ISlideComponent
All Known Implementing Classes:
ThreeDFormat

public interface IThreeDFormat
extends ISlideComponent

Represents 3-D properties.


Method Summary
 IShapeBevel getBevelBottom()
           
 IShapeBevel getBevelTop()
           
 ICamera getCamera()
           
 IColorFormat getContourColor()
           
 double getContourWidth()
           
 double getDepth()
           
 IColorFormat getExtrusionColor()
           
 double getExtrusionHeight()
           
 ILightRig getLightRig()
           
 int getMaterial()
           
 void setCamera(ICamera value)
           
 void setContourColor(IColorFormat value)
           
 void setContourWidth(double value)
           
 void setDepth(double value)
           
 void setExtrusionColor(IColorFormat value)
           
 void setExtrusionHeight(double value)
           
 void setLightRig(ILightRig value)
           
 void setMaterial(int value)
           
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

getContourWidth

double getContourWidth()

setContourWidth

void setContourWidth(double value)

getExtrusionHeight

double getExtrusionHeight()

setExtrusionHeight

void setExtrusionHeight(double value)

getDepth

double getDepth()

setDepth

void setDepth(double value)

getBevelTop

IShapeBevel getBevelTop()

getBevelBottom

IShapeBevel getBevelBottom()

getContourColor

IColorFormat getContourColor()

setContourColor

void setContourColor(IColorFormat value)

getExtrusionColor

IColorFormat getExtrusionColor()

setExtrusionColor

void setExtrusionColor(IColorFormat value)

getCamera

ICamera getCamera()

setCamera

void setCamera(ICamera value)

getLightRig

ILightRig getLightRig()

setLightRig

void setLightRig(ILightRig value)

getMaterial

int getMaterial()

setMaterial

void setMaterial(int value)