ShapePropertyCollection

ShapePropertyCollection class

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

Methods

NameDescription
clearFormat3D()Clears the 3D shape properties of the shape.
clearGlowEffect()Clears the glow effect of the shape.
clearShadowEffect()Clears the shadow effect of the chart element or shape.
getFormat3D()Represents a Format3D object that specifies 3D shape properties for the chart element or shape.
getGlowEffect()Represents a GlowEffect object that specifies glow effect for the chart element or shape.
getShadowEffect()Represents a ShadowEffect object that specifies shadow effect for the chart element or shape.
getSoftEdgeRadius()Gets and sets the radius of blur to apply to the edges, in unit of points.
hasFormat3D()Indicates if the shape has 3d format data.
hasGlowEffect()Indicates if the shape has glow effect data.
hasShadowEffect()Indicates if the shape has shadow effect data.
setSoftEdgeRadius()Gets and sets the radius of blur to apply to the edges, in unit of points.

clearFormat3D()

Clears the 3D shape properties of the shape.

clearGlowEffect()

Clears the glow effect of the shape.

clearShadowEffect()

Clears the shadow effect of the chart element or shape.

getFormat3D()

Represents a Format3D object that specifies 3D shape properties for the chart element or shape.

getGlowEffect()

Represents a GlowEffect object that specifies glow effect for the chart element or shape.

getShadowEffect()

Represents a ShadowEffect object that specifies shadow effect for the chart element or shape.

getSoftEdgeRadius()

Gets and sets the radius of blur to apply to the edges, in unit of points.

hasFormat3D()

Indicates if the shape has 3d format data.

Returns: boolean — boolean

hasGlowEffect()

Indicates if the shape has glow effect data.

Returns: boolean — boolean

hasShadowEffect()

Indicates if the shape has shadow effect data.

Returns: boolean — boolean

setSoftEdgeRadius()

Gets and sets the radius of blur to apply to the edges, in unit of points.