aspose.cells

Class ShapePropertyCollection

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

Property Getters/Setters Summary
functiongetFormat3D()
Represents a Format3D object that specifies 3D shape properties for the chart element or shape.
functiongetGlowEffect()
Represents a GlowEffect object that specifies glow effect for the chart element or shape.
functiongetShadowEffect()
Represents a ShadowEffect object that specifies shadow effect for the chart element or shape.
functiongetSoftEdgeRadius()
function
           Gets and sets the radius of blur to apply to the edges, in unit of points.
 
Method Summary
functionclearFormat3D()
Clears the 3D shape properties of the shape.
functionclearGlowEffect()
Clears the glow effect of the shape.
functionclearShadowEffect()
Clears the shadow effect of the chart element or shape.
functionhasFormat3D()
Indicates if the shape has 3d format data.
functionhasGlowEffect()
Indicates if the shape has glow effect data.
functionhasShadowEffect()
Indicates if the shape has shadow effect data.
 

    • Property Getters/Setters Detail

      • getGlowEffect : GlowEffect 

        function getGlowEffect()
        
        Represents a GlowEffect object that specifies glow effect for the chart element or shape.
      • getFormat3D : Format3D 

        function getFormat3D()
        
        Represents a Format3D object that specifies 3D shape properties for the chart element or shape.
      • getSoftEdgeRadius/setSoftEdgeRadius : Number 

        function getSoftEdgeRadius() / function setSoftEdgeRadius(value)
        
        Gets and sets the radius of blur to apply to the edges, in unit of points.
      • getShadowEffect : ShadowEffect 

        function getShadowEffect()
        
        Represents a ShadowEffect object that specifies shadow effect for the chart element or shape.
    • Method Detail

      • clearGlowEffect

        function clearGlowEffect()
        Clears the glow effect of the shape.
      • hasGlowEffect

        function hasGlowEffect()
        Indicates if the shape has glow effect data.
        Returns:
      • hasFormat3D

        function hasFormat3D()
        Indicates if the shape has 3d format data.
        Returns:
      • clearFormat3D

        function clearFormat3D()
        Clears the 3D shape properties of the shape.
      • clearShadowEffect

        function clearShadowEffect()
        Clears the shadow effect of the chart element or shape.
      • hasShadowEffect

        function hasShadowEffect()
        Indicates if the shape has shadow effect data.
        Returns: