Aspose::Cells::Drawing::ShapePropertyCollection class
Contents
[
Hide
]ShapePropertyCollection class
This class specifies the visual shape properties for a chart element or shape.
class ShapePropertyCollection
Methods
| Method | Description |
|---|---|
| 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. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const ShapePropertyCollection& src) | operator= |
| SetSoftEdgeRadius(double value) | Gets and sets the radius of blur to apply to the edges, in unit of points. |
| ShapePropertyCollection(ShapePropertyCollection_Impl* impl) | Constructs from an implementation object. |
| ShapePropertyCollection(const ShapePropertyCollection& src) | Copy constructor. |
| ~ShapePropertyCollection() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++