Aspose::Cells::Drawing::SolidFill class

SolidFill class

Encapsulates the object that represents solid fill format.

class SolidFill

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also