asposecells.api
Class Format3D

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

Property Getters/Setters Summary
methodgetLightingAngle()
methodsetLightingAngle(value)
           Gets and sets the lighting angle. Range from 0 to 359.9 degrees.
methodgetSurfaceLightingType()
methodsetSurfaceLightingType(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.
methodgetSurfaceMaterialType()
methodsetSurfaceMaterialType(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.
methodgetTopBevel()
           Gets the object that holds the properties associated with defining a bevel on the top or front face of a shape.
 
Method Summary
methodhasTopBevelData()
           Indicates if the shape has top bevel data.
 

Property Getters/Setters Detail

getTopBevel : Bevel 

Bevel 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 : int 

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

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

float getLightingAngle() / setLightingAngle(value)
Gets and sets the lighting angle. Range from 0 to 359.9 degrees.

Method Detail

hasTopBevelData

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

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