IThreeDFormat

All Implemented Interfaces: com.aspose.slides.IThreeDParamSource

public interface IThreeDFormat extends IThreeDParamSource

Represents 3-D properties.

Methods

MethodDescription
getContourWidth()Returns or sets the width of a 3D contour.
setContourWidth(double value)Returns or sets the width of a 3D contour.
getExtrusionHeight()Returns or sets the height of an extrusion effect.
setExtrusionHeight(double value)Returns or sets the height of an extrusion effect.
getDepth()Returns or sets the depth of a 3D shape.
setDepth(double value)Returns or sets the depth of a 3D shape.
getBevelTop()Returns or sets the type of a top 3D bevel.
getBevelBottom()Returns or sets the type of a bottom 3D bevel.
getContourColor()Returns or sets the color of a contour.
getExtrusionColor()Returns or sets the color of an extrusion.
getCamera()Returns or sets the settings of a camera.
getLightRig()Returns or sets the type of a light.
getMaterial()Returns or sets the type of a material.
setMaterial(int value)Returns or sets the type of a material.
getEffective()Gets effective 3-D formatting data with the inheritance applied.

getContourWidth()

public abstract double getContourWidth()

Returns or sets the width of a 3D contour. Read/write double.

Returns: double

setContourWidth(double value)

public abstract void setContourWidth(double value)

Returns or sets the width of a 3D contour. Read/write double.

Parameters:

ParameterTypeDescription
valuedouble

getExtrusionHeight()

public abstract double getExtrusionHeight()

Returns or sets the height of an extrusion effect. Read/write double.

Returns: double

setExtrusionHeight(double value)

public abstract void setExtrusionHeight(double value)

Returns or sets the height of an extrusion effect. Read/write double.

Parameters:

ParameterTypeDescription
valuedouble

getDepth()

public abstract double getDepth()

Returns or sets the depth of a 3D shape. Read/write double.

Returns: double

setDepth(double value)

public abstract void setDepth(double value)

Returns or sets the depth of a 3D shape. Read/write double.

Parameters:

ParameterTypeDescription
valuedouble

getBevelTop()

public abstract IShapeBevel getBevelTop()

Returns or sets the type of a top 3D bevel. Read-only IShapeBevel.

Returns: IShapeBevel

getBevelBottom()

public abstract IShapeBevel getBevelBottom()

Returns or sets the type of a bottom 3D bevel. Read-only IShapeBevel.

Returns: IShapeBevel

getContourColor()

public abstract IColorFormat getContourColor()

Returns or sets the color of a contour. Read-only IColorFormat.

Returns: IColorFormat

getExtrusionColor()

public abstract IColorFormat getExtrusionColor()

Returns or sets the color of an extrusion. Read-only IColorFormat.

Returns: IColorFormat

getCamera()

public abstract ICamera getCamera()

Returns or sets the settings of a camera. Read-only ICamera.

Returns: ICamera

getLightRig()

public abstract ILightRig getLightRig()

Returns or sets the type of a light. Read-only ILightRig.

Returns: ILightRig

getMaterial()

public abstract int getMaterial()

Returns or sets the type of a material. Read/write MaterialPresetType.

Returns: int

setMaterial(int value)

public abstract void setMaterial(int value)

Returns or sets the type of a material. Read/write MaterialPresetType.

Parameters:

ParameterTypeDescription
valueint

getEffective()

public abstract IThreeDFormatEffectiveData getEffective()

Gets effective 3-D formatting data with the inheritance applied.

Returns: IThreeDFormatEffectiveData - A IThreeDFormatEffectiveData.