public class ThreeDFormat extends PVIObject implements IThreeDFormat, IThreeDParamSource
Represents 3-D properties.
Modifier and Type | Method and Description |
---|---|
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()
Returns parent IPresentationComponent.
|
long |
getVersion()
Version.
|
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.
|
equals, getParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlide, getVersion, hashCode, reset_Parent_IPresentationComponent
public final double getContourWidth()
Returns or sets the width of a 3D contour.
Read/write double
.
getContourWidth
in interface IThreeDFormat
public final void setContourWidth(double value)
Returns or sets the width of a 3D contour.
Read/write double
.
setContourWidth
in interface IThreeDFormat
public final double getExtrusionHeight()
Returns or sets the height of an extrusion effect.
Read/write double
.
getExtrusionHeight
in interface IThreeDFormat
public final void setExtrusionHeight(double value)
Returns or sets the height of an extrusion effect.
Read/write double
.
setExtrusionHeight
in interface IThreeDFormat
public final double getDepth()
Returns or sets the depth of a 3D shape.
Read/write double
.
getDepth
in interface IThreeDFormat
public final void setDepth(double value)
Returns or sets the depth of a 3D shape.
Read/write double
.
setDepth
in interface IThreeDFormat
public final IShapeBevel getBevelTop()
Returns or sets the type of a top 3D bevel.
Read-only IShapeBevel
.
getBevelTop
in interface IThreeDFormat
public final IShapeBevel getBevelBottom()
Returns or sets the type of a bottom 3D bevel.
Read-only IShapeBevel
.
getBevelBottom
in interface IThreeDFormat
public final IColorFormat getContourColor()
Returns or sets the color of a contour.
Read-only IColorFormat
.
getContourColor
in interface IThreeDFormat
public final IColorFormat getExtrusionColor()
Returns or sets the color of an extrusion.
Read-only IColorFormat
.
getExtrusionColor
in interface IThreeDFormat
public final ICamera getCamera()
Returns or sets the settings of a camera.
Read-only ICamera
.
getCamera
in interface IThreeDFormat
public final ILightRig getLightRig()
Returns or sets the type of a light.
Read-only ILightRig
.
getLightRig
in interface IThreeDFormat
public final int getMaterial()
Returns or sets the type of a material.
Read/write MaterialPresetType
.
getMaterial
in interface IThreeDFormat
public final void setMaterial(int value)
Returns or sets the type of a material.
Read/write MaterialPresetType
.
setMaterial
in interface IThreeDFormat
public IPresentationComponent getParent_IPresentationComponent()
Returns parent IPresentationComponent.
Read-only IPresentationComponent
.
public long getVersion()
Version.
Read-only long
.
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.