com.aspose.slides
Interface IThreeDFormat
- All Superinterfaces:
- IPresentationComponent, ISlideComponent
- All Known Implementing Classes:
- ThreeDFormat
public interface IThreeDFormat
- extends ISlideComponent
Represents 3-D properties.
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)