com.aspose.cells
Class ShapeFormat

java.lang.Object
    extended by com.aspose.cells.ShapeFormat

public class ShapeFormat 
extends java.lang.Object

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
FillFormatgetFill()
           Gets fill format
FillFormatgetFillFormat()
           Gets fill format
GlowEffectgetGlowEffect()
           Represents a object that specifies glow effect for the chart element or shape.
LineFormatgetLine()
           Gets line style
LineFormatgetOutline()
           Gets line style
ShadowEffectgetShadowEffect()
           Represents a object that specifies shadow effect for the chart element or shape.
doublegetSoftEdgeRadius()
voidsetSoftEdgeRadius(double value)
           Gets and sets the radius of blur to apply to the edges, in unit of points.
 
Method Summary
voidclearFormat3D()
           Clears the 3D shape properties of the shape.
voidclearGlowEffect()
           Clears the glow effect of the shape.
voidclearShadowEffect()
           Clears the shadow effect of the chart element or shape.
booleanhasFormat3D()
           Indicates if the shape has 3d format data.
booleanhasGlowEffect()
           Indicates if the shape has glow effect data.
booleanhasShadowEffect()
           Indicates if the shape has shadow effect data.
 

Property Getters/Setters Detail

getFillFormat

public 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.

getFill

public FillFormat getFill()
Gets fill format

getOutline

public 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.

getLine

public LineFormat getLine()
Gets line style

getShadowEffect

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

getGlowEffect

public GlowEffect getGlowEffect()
Represents a object that specifies glow effect for the chart element or shape.
See Also:
GlowEffect

getSoftEdgeRadius/setSoftEdgeRadius

public double getSoftEdgeRadius() / public void setSoftEdgeRadius(double value)
Gets and sets the radius of blur to apply to the edges, in unit of points.

Method Detail

clearGlowEffect

public void clearGlowEffect()
Clears the glow effect of the shape.

hasGlowEffect

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

hasFormat3D

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

clearFormat3D

public void clearFormat3D()
Clears the 3D shape properties of the shape.

clearShadowEffect

public void clearShadowEffect()
Clears the shadow effect of the chart element or shape.

hasShadowEffect

public boolean hasShadowEffect()
Indicates if the shape has shadow effect 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.