asposecells.api
Class ThreeDFormat

Represents a shape's three-dimensional formatting.

Property Getters/Setters Summary
methodgetBottomBevelHeight()
methodsetBottomBevelHeight(value)
           Gets and sets the height of the bottom bevel, or how far into the shape it is applied. In unit of Points.
methodgetBottomBevelType()
methodsetBottomBevelType(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.
methodgetBottomBevelWidth()
methodsetBottomBevelWidth(value)
           Gets and sets the width of the bottom bevel, or how far into the shape it is applied. In unit of Points.
methodgetContourColor()
methodsetContourColor(value)
           Gets and sets the contour color on a shape.
methodgetContourWidth()
methodsetContourWidth(value)
           Gets and sets the contour width on the shape, in unit of points.
methodgetExtrusionColor()
methodsetExtrusionColor(value)
           Gets the extrusion color on a shape.
methodgetExtrusionHeight()
methodsetExtrusionHeight(value)
           Gets and sets the extrusion height of the applied to the shape,in unit of points.
methodgetLightAngle()
methodsetLightAngle(value)
           Gets and sets the angle of the extrusion lights.
methodgetLighting()
methodsetLighting(value)
           Gets and sets type of light rig. The value of the property is LightRigType integer constant.
methodgetLightingDirection()
methodsetLightingDirection(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.
methodgetMaterial()
methodsetMaterial(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.
methodgetPerspective()
methodsetPerspective(value)
           Gets and sets the angle at which a ThreeDFormat object can be viewed.
methodgetPresetCameraType()
methodsetPresetCameraType(value)
           Gets and sets the extrusion preset camer. The value of the property is PresetCameraType integer constant.
methodgetRotationX()
methodsetRotationX(value)
           Gets and sets the rotation of the extruded shape around the x-axis in degrees.
methodgetRotationY()
methodsetRotationY(value)
           Gets and sets the rotation of the extruded shape around the y-axis in degrees.
methodgetRotationZ()
methodsetRotationZ(value)
           Gets and sets the rotation of the extruded shape around the z-axis in degrees.
methodgetTopBevelHeight()
methodsetTopBevelHeight(value)
           Gets and sets the height of the top bevel, or how far into the shape it is applied. In unit of Points.
methodgetTopBevelType()
methodsetTopBevelType(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.
methodgetTopBevelWidth()
methodsetTopBevelWidth(value)
           Gets and sets the width of the top bevel, or how far into the shape it is applied. In unit of Points.
methodgetZ()
methodsetZ(value)
           Defines the distance from ground for the 3D shape.
 
Method Summary
methodequals(obj)
          
methodhashCode()
           Gets hashcode.
 

Property Getters/Setters Detail

getBottomBevelWidth/setBottomBevelWidth : float 

float getBottomBevelWidth() / 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 : float 

float getBottomBevelHeight() / 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 : int 

int getBottomBevelType() / 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 : float 

float getTopBevelWidth() / 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 : float 

float getTopBevelHeight() / 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 : int 

int getTopBevelType() / 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 : int 

int getMaterial() / 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 

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

getContourWidth/setContourWidth : float 

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

getExtrusionColor/setExtrusionColor : CellsColor 

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

getExtrusionHeight/setExtrusionHeight : float 

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

getZ/setZ : float 

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

getLightAngle/setLightAngle : float 

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

getLighting/setLighting : int 

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

getLightingDirection/setLightingDirection : int 

int getLightingDirection() / 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 : float 

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

getRotationX/setRotationX : float 

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

getRotationY/setRotationY : float 

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

getRotationZ/setRotationZ : float 

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

getPresetCameraType/setPresetCameraType : int 

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

Method Detail

hashCode

int hashCode()
Gets hashcode.
Returns:

equals

boolean 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.