Aspose::Cells::Drawing::ISolidFill Class Referenceabstract

Encapsulates the object that represents solid fill format More...

Inherits Aspose::Cells::Drawing::IFill.

Public Member Functions

virtual intrusive_ptr< Aspose::Cells::Systems::Drawing::Color > GetColor ()=0
 Gets the Color More...
 
virtual void SetColor (intrusive_ptr< Aspose::Cells::Systems::Drawing::Color > value)=0
 Sets the Color More...
 
virtual intrusive_ptr< Aspose::Cells::ICellsColorGetICellsColor ()=0
 Gets the ICellsColor oject. More...
 
virtual void SetICellsColor (intrusive_ptr< Aspose::Cells::ICellsColor > value)=0
 Sets the ICellsColor oject. More...
 
virtual Aspose::Cells::Systems::Double GetTransparency ()=0
 Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). More...
 
virtual void SetTransparency (Aspose::Cells::Systems::Double value)=0
 Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). More...
 
virtual Aspose::Cells::Systems::Int32 GetHashCode ()=0
 Gets the hash code. More...
 
virtual bool Equals (intrusive_ptr< Aspose::Cells::Systems::Object > obj)=0
 

Detailed Description

Encapsulates the object that represents solid fill format

Member Function Documentation

◆ Equals()

virtual bool Aspose::Cells::Drawing::ISolidFill::Equals ( intrusive_ptr< Aspose::Cells::Systems::Object >  obj)
pure virtual

Parameters
obj
Returns

Implements Aspose::Cells::Drawing::IFill.

◆ GetColor()

virtual intrusive_ptr<Aspose::Cells::Systems::Drawing::Color> Aspose::Cells::Drawing::ISolidFill::GetColor ( )
pure virtual

Gets the Color

◆ GetHashCode()

virtual Aspose::Cells::Systems::Int32 Aspose::Cells::Drawing::ISolidFill::GetHashCode ( )
pure virtual

Gets the hash code.

Returns

Implements Aspose::Cells::Drawing::IFill.

◆ GetICellsColor()

virtual intrusive_ptr<Aspose::Cells::ICellsColor> Aspose::Cells::Drawing::ISolidFill::GetICellsColor ( )
pure virtual

Gets the ICellsColor oject.

◆ GetTransparency()

virtual Aspose::Cells::Systems::Double Aspose::Cells::Drawing::ISolidFill::GetTransparency ( )
pure virtual

Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).

◆ SetColor()

virtual void Aspose::Cells::Drawing::ISolidFill::SetColor ( intrusive_ptr< Aspose::Cells::Systems::Drawing::Color >  value)
pure virtual

Sets the Color

◆ SetICellsColor()

virtual void Aspose::Cells::Drawing::ISolidFill::SetICellsColor ( intrusive_ptr< Aspose::Cells::ICellsColor value)
pure virtual

Sets the ICellsColor oject.

◆ SetTransparency()

virtual void Aspose::Cells::Drawing::ISolidFill::SetTransparency ( Aspose::Cells::Systems::Double  value)
pure virtual

Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).