|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ThreeDFormatEx
public class ThreeDFormatEx
Represents 3-D properties.
Method Summary | |
---|---|
ShapeBevelEx |
getBevelBottom()
Returns or sets the type of a bottom 3D bevel. |
int |
getBevelColorMode()
Deprecated. |
ShapeBevelEx |
getBevelTop()
Returns or sets the type of a top 3D bevel. |
CameraEx |
getCamera()
Returns or sets the settings of a camera. |
ColorFormatEx |
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. |
ColorFormatEx |
getExtrusionColor()
Returns or sets the color of an extrusion. |
double |
getExtrusionHeight()
Returns or sets the height of an extrusion effect. |
LightRigEx |
getLightRig()
Returns or sets the type of a light. |
int |
getMaterial()
Returns or sets the type of a material. |
PresentationEx |
getPresentation()
Returns the parent presentation of a ThreeDFormatEx. |
BaseSlideEx |
getSlide()
Returns the parent slide of a ThreeDFormatEx. |
void |
setBevelColorMode(int value)
Deprecated. |
void |
setCamera(CameraEx value)
|
void |
setContourColor(ColorFormatEx value)
|
void |
setContourWidth(double value)
|
void |
setDepth(double value)
|
void |
setExtrusionColor(ColorFormatEx value)
|
void |
setExtrusionHeight(double value)
|
void |
setLightRig(LightRigEx value)
|
void |
setMaterial(int value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public double getContourWidth()
Returns or sets the width of a 3D contour.
Read/write double
.
public void setContourWidth(double value)
public double getExtrusionHeight()
Returns or sets the height of an extrusion effect.
Read/write double
.
public void setExtrusionHeight(double value)
public double getDepth()
Returns or sets the depth of a 3D shape.
Read/write double
.
public void setDepth(double value)
public ShapeBevelEx getBevelTop()
Returns or sets the type of a top 3D bevel.
Read ShapeBevelEx
,
public ShapeBevelEx getBevelBottom()
Returns or sets the type of a bottom 3D bevel.
Read ShapeBevelEx
.
public ColorFormatEx getContourColor()
Returns or sets the color of a contour.
Read/write ColorFormatEx
.
public void setContourColor(ColorFormatEx value)
public ColorFormatEx getExtrusionColor()
Returns or sets the color of an extrusion.
Read/write ColorFormatEx
public void setExtrusionColor(ColorFormatEx value)
@Deprecated public int getBevelColorMode()
Returns or sets the color mode used for 3D effects.
Read/write BevelColorModeEx
.
@Deprecated public void setBevelColorMode(int value)
public CameraEx getCamera()
Returns or sets the settings of a camera.
Read/write CameraEx
.
public void setCamera(CameraEx value)
public LightRigEx getLightRig()
Returns or sets the type of a light.
Read/write LightRigEx
.
public void setLightRig(LightRigEx value)
public int getMaterial()
Returns or sets the type of a material.
Read/write MaterialPresetTypeEx
.
public void setMaterial(int value)
public BaseSlideEx getSlide()
Returns the parent slide of a ThreeDFormatEx.
Read-only BaseSlideEx
.
public PresentationEx getPresentation()
Returns the parent presentation of a ThreeDFormatEx.
Read-only PresentationEx
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |