Aspose::Cells::IDataBarBorder Class Referenceabstract

Represents the border of the data bars specified by a conditional formatting rule. More...

Inherits Object.

Public Member Functions

virtual intrusive_ptr< Aspose::Cells::Systems::Drawing::Color > GetColor ()=0
 Gets the border's color of data bars specified by a conditional formatting rule. More...
 
virtual void SetColor (intrusive_ptr< Aspose::Cells::Systems::Drawing::Color > value)=0
 Sets the border's color of data bars specified by a conditional formatting rule. More...
 
virtual Aspose::Cells::DataBarBorderType GetType ()=0
 Gets the border's type of data bars specified by a conditional formatting rule. More...
 
virtual void SetType (Aspose::Cells::DataBarBorderType value)=0
 Sets the border's type of data bars specified by a conditional formatting rule. More...
 

Detailed Description

Represents the border of the data bars specified by a conditional formatting rule.

Member Function Documentation

◆ GetColor()

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

Gets the border's color of data bars specified by a conditional formatting rule.

◆ GetType()

virtual Aspose::Cells::DataBarBorderType Aspose::Cells::IDataBarBorder::GetType ( )
pure virtual

Gets the border's type of data bars specified by a conditional formatting rule.

◆ SetColor()

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

Sets the border's color of data bars specified by a conditional formatting rule.

◆ SetType()

virtual void Aspose::Cells::IDataBarBorder::SetType ( Aspose::Cells::DataBarBorderType  value)
pure virtual

Sets the border's type of data bars specified by a conditional formatting rule.