All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.ShapePropertyCollection.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





ShapePropertyCollection




com.aspose.cells
Class ShapePropertyCollection

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

public class ShapePropertyCollection 
extends java.lang.Object

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


Property Getters/Setters Summary
Format3DgetFormat3D()
           Represents a object that specifies 3D shape properties for the chart element or shape.
GlowEffectgetGlowEffect()
           Represents a object that specifies glow effect for the chart element or shape.
ShadowEffectgetShadowEffect()
           Represents a object that specifies shadow effect for the chart element or shape.
doublegetSoftEdgeRadius()
voidsetSoftEdgeRadius(double)
           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

getGlowEffect

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

getFormat3D

public Format3D getFormat3D()
Represents a object that specifies 3D shape properties for the chart element or shape.
See Also:
Format3D

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.

setSoftEdgeRadius

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

getShadowEffect

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

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.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy