Aspose::Cells::IConditionalFormattingIcon Class Referenceabstract

Represents the custom icon of conditional formatting rule. More...

Inherits Object.

Public Member Functions

virtual intrusive_ptr< Aspose::Cells::Systems::Array1D< Aspose::Cells::Systems::Byte > > GetImageData ()=0
 Gets the icon set data. More...
 
virtual Aspose::Cells::IconSetType GetType ()=0
 Gets the icon set type. More...
 
virtual void SetType (Aspose::Cells::IconSetType value)=0
 Sets the icon set type. More...
 
virtual Aspose::Cells::Systems::Int32 GetIndex ()=0
 Gets the icon's index in the icon set. More...
 
virtual void SetIndex (Aspose::Cells::Systems::Int32 value)=0
 Sets the icon's index in the icon set. More...
 

Static Public Member Functions

static intrusive_ptr< Aspose::Cells::Systems::Array1D< Aspose::Cells::Systems::Byte > > GetIconImageData (Aspose::Cells::IconSetType type, Aspose::Cells::Systems::Int32 index)
 Get the icon set data More...
 

Detailed Description

Represents the custom icon of conditional formatting rule.

Member Function Documentation

◆ GetIconImageData()

static intrusive_ptr<Aspose::Cells::Systems::Array1D<Aspose::Cells::Systems::Byte> > Aspose::Cells::IConditionalFormattingIcon::GetIconImageData ( Aspose::Cells::IconSetType  type,
Aspose::Cells::Systems::Int32  index 
)
static

Get the icon set data

Parameters
typeicon's type
indexicon's index
Returns

◆ GetImageData()

virtual intrusive_ptr<Aspose::Cells::Systems::Array1D<Aspose::Cells::Systems::Byte> > Aspose::Cells::IConditionalFormattingIcon::GetImageData ( )
pure virtual

Gets the icon set data.

◆ GetIndex()

virtual Aspose::Cells::Systems::Int32 Aspose::Cells::IConditionalFormattingIcon::GetIndex ( )
pure virtual

Gets the icon's index in the icon set.

◆ GetType()

virtual Aspose::Cells::IconSetType Aspose::Cells::IConditionalFormattingIcon::GetType ( )
pure virtual

Gets the icon set type.

◆ SetIndex()

virtual void Aspose::Cells::IConditionalFormattingIcon::SetIndex ( Aspose::Cells::Systems::Int32  value)
pure virtual

Sets the icon's index in the icon set.

◆ SetType()

virtual void Aspose::Cells::IConditionalFormattingIcon::SetType ( Aspose::Cells::IconSetType  value)
pure virtual

Sets the icon set type.