aspose.cells

Class ShapeFormat

Represents the format of the shape or text.
NOTE: This member is now obsolete. Instead, please use Shape.Fill and Shape.Line properties. This property will be removed 6 months later since August 2016. Aspose apologizes for any inconvenience you may have experienced.

Property Getters/Setters Summary
functiongetFill()
Gets fill format
functiongetFillFormat()
Gets fill format
functiongetGlowEffect()
Represents a object that specifies glow effect for the chart element or shape.
functiongetLine()
Gets line style
functiongetOutline()
Gets line style
functiongetShadowEffect()
Represents a 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.
functionequals(obj)
functionhasFormat3D()
Indicates if the shape has 3d format data.
functionhasGlowEffect()
Indicates if the shape has glow effect data.
functionhashCode()
Gets the hash code.
functionhasShadowEffect()
Indicates if the shape has shadow effect data.
 

    • Property Getters/Setters Detail

      • getFillFormat : FillFormat 

        function getFillFormat()
        
        Gets fill format NOTE: This member is now obsolete. Instead, please use ShapeFormat.Fill property. This property will be removed 6 months later since August 2016. Aspose apologizes for any inconvenience you may have experienced.
      • getFill : FillFormat 

        function getFill()
        
        Gets fill format
      • getOutline : LineFormat 

        function getOutline()
        
        Gets line style NOTE: This member is now obsolete. Instead, please use ShapeFormat.Line property. This property will be removed 6 months later since August 2016. Aspose apologizes for any inconvenience you may have experienced.
      • getLine : LineFormat 

        function getLine()
        
        Gets line style
      • getShadowEffect : ShadowEffect 

        function getShadowEffect()
        
        Represents a object that specifies shadow effect for the chart element or shape.
        See Also:
        ShadowEffect
      • getGlowEffect : GlowEffect 

        function getGlowEffect()
        
        Represents a object that specifies glow effect for the chart element or shape.
        See Also:
        GlowEffect
      • getSoftEdgeRadius/setSoftEdgeRadius : Number 

        function getSoftEdgeRadius() / function setSoftEdgeRadius(value)
        
        Gets and sets the radius of blur to apply to the edges, in unit of points.
    • 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:
      • hashCode

        function hashCode()
        Gets the hash code.
        Returns:
      • equals

        function equals(obj)
        Parameters:
        obj: Object -
        Returns: