aspose.cells

Class Format3D

This class specifies the 3D shape properties for a chart element or shape.

Property Getters/Setters Summary
functiongetLightingAngle()
function
           Gets and sets the lighting angle. Range from 0 to 359.9 degrees.
functiongetSurfaceLightingType()
function
           Gets and sets the lighting type which is to be applied to the scene of the shape. Default value is LightRigType.ThreePoint. The value of the property is LightRigType integer constant.
functiongetSurfaceMaterialType()
function
           Gets and sets the material type which is combined with the lighting properties to give the final look and feel of a shape. Default value is PresetMaterialType.WarmMatte. The value of the property is PresetMaterialType integer constant.
functiongetTopBevel()
Gets the object that holds the properties associated with defining a bevel on the top or front face of a shape.
 
Method Summary
functionhasTopBevelData()
Indicates if the shape has top bevel data.
 

    • Property Getters/Setters Detail

      • getTopBevel : Bevel 

        function getTopBevel()
        
        Gets the object that holds the properties associated with defining a bevel on the top or front face of a shape.
        See Also:
        Bevel
      • getSurfaceMaterialType/setSurfaceMaterialType : Number 

        function getSurfaceMaterialType() / function setSurfaceMaterialType(value)
        
        Gets and sets the material type which is combined with the lighting properties to give the final look and feel of a shape. Default value is PresetMaterialType.WarmMatte. The value of the property is PresetMaterialType integer constant.
      • getSurfaceLightingType/setSurfaceLightingType : Number 

        function getSurfaceLightingType() / function setSurfaceLightingType(value)
        
        Gets and sets the lighting type which is to be applied to the scene of the shape. Default value is LightRigType.ThreePoint. The value of the property is LightRigType integer constant.
      • getLightingAngle/setLightingAngle : Number 

        function getLightingAngle() / function setLightingAngle(value)
        
        Gets and sets the lighting angle. Range from 0 to 359.9 degrees.
    • Method Detail

      • hasTopBevelData

        function hasTopBevelData()
        Indicates if the shape has top bevel data.
        Returns: