aspose.cells

Class ThreeDFormat

Represents a shape's three-dimensional formatting.

Property Getters/Setters Summary
functiongetBottomBevelHeight()
function
           Gets and sets the height of the bottom bevel, or how far into the shape it is applied. In unit of Points.
functiongetBottomBevelType()
function
           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()
function
           Gets and sets the width of the bottom bevel, or how far into the shape it is applied. In unit of Points.
functiongetContourColor()
function
           Gets and sets the contour color on a shape.
functiongetContourWidth()
function
           Gets and sets the contour width on the shape, in unit of points.
functiongetExtrusionColor()
function
           Gets the extrusion color on a shape.
functiongetExtrusionHeight()
function
           Gets and sets the extrusion height of the applied to the shape, in unit of points.
functiongetLightAngle()
function
           Gets and sets the angle of the extrusion lights.
functiongetLighting()
function
           Gets and sets type of light rig. The value of the property is LightRigType integer constant.
functiongetLightingDirection()
function
           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()
function
           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()
function
           Gets and sets the angle at which a ThreeDFormat object can be viewed.
functiongetPresetCameraType()
function
           Gets and sets the extrusion preset camera type. The value of the property is PresetCameraType integer constant.
functiongetRotationX()
function
           Gets and sets the rotation of the extruded shape around the x-axis in degrees.
functiongetRotationY()
function
           Gets and sets the rotation of the extruded shape around the y-axis in degrees.
functiongetRotationZ()
function
           Gets and sets the rotation of the extruded shape around the z-axis in degrees.
functiongetTopBevelHeight()
function
           Gets and sets the height of the top bevel, or how far into the shape it is applied. In unit of Points.
functiongetTopBevelType()
function
           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()
function
           Gets and sets the width of the top bevel, or how far into the shape it is applied. In unit of Points.
functiongetZ()
function
setZ(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 camera type. 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: