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