asposecells.api

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
methodgetFill()
Gets fill format
methodgetFillFormat()
Gets fill format
methodgetGlowEffect()
Represents a object that specifies glow effect for the chart element or shape.
methodgetLine()
Gets line style
methodgetOutline()
Gets line style
methodgetShadowEffect()
Represents a 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.
methodequals(obj)
methodhasFormat3D()
Indicates if the shape has 3d format data.
methodhasGlowEffect()
Indicates if the shape has glow effect data.
methodhashCode()
Gets the hash code.
methodhasShadowEffect()
Indicates if the shape has shadow effect data.
 

    • Property Getters/Setters Detail

      • getFillFormat : FillFormat 

        FillFormat 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.
      • getOutline : LineFormat 

        LineFormat 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.
      • getShadowEffect : ShadowEffect 

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

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

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

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

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