aspose.cells
Class ThreeDFormat

Represents a shape's three-dimensional formatting.

Property Getters/Setters Summary
functiongetBottomBevelHeight()
functionsetBottomBevelHeight(value)
           Gets and sets the height of the bottom bevel, or how far into the shape it is applied. In unit of Points.
functiongetBottomBevelType()
functionsetBottomBevelType(value)
           Gets and sets the type of the bottom bevel, or how far into the shape it is applied. In unit of Points. The value of the property is BevelType integer constant.
functiongetBottomBevelWidth()
functionsetBottomBevelWidth(value)
           Gets and sets the width of the bottom bevel, or how far into the shape it is applied. In unit of Points.
functiongetContourColor()
functionsetContourColor(value)
           Gets and sets the contour color on a shape.
functiongetContourWidth()
functionsetContourWidth(value)
           Gets and sets the contour width on the shape, in unit of points.
functiongetExtrusionColor()
functionsetExtrusionColor(value)
           Gets the extrusion color on a shape.
functiongetExtrusionHeight()
functionsetExtrusionHeight(value)
           Gets and sets the extrusion height of the applied to the shape,in unit of points.
functiongetLightAngle()
functionsetLightAngle(value)
           Gets and sets the angle of the extrusion lights.
functiongetLighting()
functionsetLighting(value)
           Gets and sets type of light rig. The value of the property is LightRigType integer constant.
functiongetLightingDirection()
functionsetLightingDirection(value)
           Gets and sets the direction from which the light rig is oriented in relation to the scene. The value of the property is LightRigDirectionType integer constant.
functiongetMaterial()
functionsetMaterial(value)
           Represents the preset material which is combined with the lighting properties to give the final look and feel of a shape. The value of the property is PresetMaterialType integer constant.
functiongetPerspective()
functionsetPerspective(value)
           Gets and sets the angle at which a ThreeDFormat object can be viewed.
functiongetPresetCameraType()
functionsetPresetCameraType(value)
           Gets and sets the extrusion preset camer. The value of the property is PresetCameraType integer constant.
functiongetRotationX()
functionsetRotationX(value)
           Gets and sets the rotation of the extruded shape around the x-axis in degrees.
functiongetRotationY()
functionsetRotationY(value)
           Gets and sets the rotation of the extruded shape around the y-axis in degrees.
functiongetRotationZ()
functionsetRotationZ(value)
           Gets and sets the rotation of the extruded shape around the z-axis in degrees.
functiongetTopBevelHeight()
functionsetTopBevelHeight(value)
           Gets and sets the height of the top bevel, or how far into the shape it is applied. In unit of Points.
functiongetTopBevelType()
functionsetTopBevelType(value)
           Gets and sets the type of the top bevel, or how far into the shape it is applied. In unit of Points. The value of the property is BevelType integer constant.
functiongetTopBevelWidth()
functionsetTopBevelWidth(value)
           Gets and sets the width of the top bevel, or how far into the shape it is applied. In unit of Points.
functiongetZ()
functionsetZ(value)
           Defines the distance from ground for the 3D shape.
 
Method Summary
functionequals(obj)
          
functionhashCode()
           Gets hashcode.
 

Property Getters/Setters Detail

getBottomBevelWidth/setBottomBevelWidth : Number 

function getBottomBevelWidth() / function setBottomBevelWidth(value)
Gets and sets the width of the bottom bevel, or how far into the shape it is applied. In unit of Points.

getBottomBevelHeight/setBottomBevelHeight : Number 

function getBottomBevelHeight() / function setBottomBevelHeight(value)
Gets and sets the height of the bottom bevel, or how far into the shape it is applied. In unit of Points.

getBottomBevelType/setBottomBevelType : Number 

function getBottomBevelType() / function setBottomBevelType(value)
Gets and sets the type of the bottom bevel, or how far into the shape it is applied. In unit of Points. The value of the property is BevelType integer constant.

getTopBevelWidth/setTopBevelWidth : Number 

function getTopBevelWidth() / function setTopBevelWidth(value)
Gets and sets the width of the top bevel, or how far into the shape it is applied. In unit of Points.

getTopBevelHeight/setTopBevelHeight : Number 

function getTopBevelHeight() / function setTopBevelHeight(value)
Gets and sets the height of the top bevel, or how far into the shape it is applied. In unit of Points.

getTopBevelType/setTopBevelType : Number 

function getTopBevelType() / function setTopBevelType(value)
Gets and sets the type of the top bevel, or how far into the shape it is applied. In unit of Points. The value of the property is BevelType integer constant.

getMaterial/setMaterial : Number 

function getMaterial() / function setMaterial(value)
Represents the preset material which is combined with the lighting properties to give the final look and feel of a shape. The value of the property is PresetMaterialType integer constant.

getContourColor/setContourColor : CellsColor 

function getContourColor() / function setContourColor(value)
Gets and sets the contour color on a shape.

getContourWidth/setContourWidth : Number 

function getContourWidth() / function setContourWidth(value)
Gets and sets the contour width on the shape, in unit of points.

getExtrusionColor/setExtrusionColor : CellsColor 

function getExtrusionColor() / function setExtrusionColor(value)
Gets the extrusion color on a shape.

getExtrusionHeight/setExtrusionHeight : Number 

function getExtrusionHeight() / function setExtrusionHeight(value)
Gets and sets the extrusion height of the applied to the shape,in unit of points.

getZ/setZ : Number 

function getZ() / function setZ(value)
Defines the distance from ground for the 3D shape.

getLightAngle/setLightAngle : Number 

function getLightAngle() / function setLightAngle(value)
Gets and sets the angle of the extrusion lights.

getLighting/setLighting : Number 

function getLighting() / function setLighting(value)
Gets and sets type of light rig. The value of the property is LightRigType integer constant.

getLightingDirection/setLightingDirection : Number 

function getLightingDirection() / function setLightingDirection(value)
Gets and sets the direction from which the light rig is oriented in relation to the scene. The value of the property is LightRigDirectionType integer constant.

getPerspective/setPerspective : Number 

function getPerspective() / function setPerspective(value)
Gets and sets the angle at which a ThreeDFormat object can be viewed.

getRotationX/setRotationX : Number 

function getRotationX() / function setRotationX(value)
Gets and sets the rotation of the extruded shape around the x-axis in degrees.

getRotationY/setRotationY : Number 

function getRotationY() / function setRotationY(value)
Gets and sets the rotation of the extruded shape around the y-axis in degrees.

getRotationZ/setRotationZ : Number 

function getRotationZ() / function setRotationZ(value)
Gets and sets the rotation of the extruded shape around the z-axis in degrees.

getPresetCameraType/setPresetCameraType : Number 

function getPresetCameraType() / function setPresetCameraType(value)
Gets and sets the extrusion preset camer. The value of the property is PresetCameraType integer constant.

Method Detail

hashCode

function hashCode()
Gets hashcode.
Returns:

equals

function equals(obj)
Parameters:
obj: Object -
Returns:

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.