Aspose::Cells::Drawing::SolidFill class
Contents
[
Hide
]SolidFill class
Encapsulates the object that represents solid fill format.
class SolidFill
Methods
| Method | Description |
|---|---|
| Equals(const Aspose::Cells::Object& obj) | |
| GetCellsColor() | Gets and sets the CellsColor object. |
| GetColor() | Gets or sets the Color. |
| GetHashCode() | Gets the hash code. |
| GetTransparency() | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const SolidFill& src) | operator= |
| SetCellsColor(const CellsColor& value) | Gets and sets the CellsColor object. |
| SetColor(const Aspose::Cells::Color& value) | Gets or sets the Color. |
| SetTransparency(double value) | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |
| SolidFill(SolidFill_Impl* impl) | Constructs from an implementation object. |
| SolidFill(const SolidFill& src) | Copy constructor. |
| ~SolidFill() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++