asposecells.api

Class ShapePropertyCollection

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

Property Getters/Setters Summary
methodgetFormat3D()
Represents a Format3D object that specifies 3D shape properties for the chart element or shape.
methodgetGlowEffect()
Represents a GlowEffect object that specifies glow effect for the chart element or shape.
methodgetShadowEffect()
Represents a ShadowEffect object that specifies shadow effect for the chart element or shape.
methodgetSoftEdgeRadius()
method
           Gets and sets the radius of blur to apply to the edges, in unit of points.
 
Method Summary
methodclearFormat3D()
Clears the 3D shape properties of the shape.
methodclearGlowEffect()
Clears the glow effect of the shape.
methodclearShadowEffect()
Clears the shadow effect of the chart element or shape.
methodhasFormat3D()
Indicates if the shape has 3d format data.
methodhasGlowEffect()
Indicates if the shape has glow effect data.
methodhasShadowEffect()
Indicates if the shape has shadow effect data.
 

    • Property Getters/Setters Detail

      • getGlowEffect : GlowEffect 

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

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

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

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

      • clearGlowEffect

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

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

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

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

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

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