Represents the gradient fill. More...
Inherits Aspose::Cells::Drawing::IFill.
Public Member Functions | |
virtual intrusive_ptr< Aspose::Cells::Drawing::IGradientStopCollection > | GetIGradientStops ()=0 |
Represents the gradient stop collection. More... | |
virtual void | SetGradient (Aspose::Cells::Drawing::GradientFillType type, Aspose::Cells::Systems::Double angle, Aspose::Cells::Drawing::GradientDirectionType direction)=0 |
Set the gradient fill type and direction. More... | |
virtual Aspose::Cells::Drawing::GradientFillType | GetFillType ()=0 |
Gets the gradient fill type. More... | |
virtual Aspose::Cells::Drawing::GradientDirectionType | GetDirectionType ()=0 |
Gets the gradient direction type. More... | |
virtual Aspose::Cells::Systems::Single | GetAngle ()=0 |
The angle of linear fill. More... | |
virtual void | SetAngle (Aspose::Cells::Systems::Single value)=0 |
The angle of linear fill. More... | |
virtual void | SetOneColorGradient (intrusive_ptr< Aspose::Cells::Systems::Drawing::Color > color, Aspose::Cells::Systems::Double degree, Aspose::Cells::Drawing::GradientStyleType style, Aspose::Cells::Systems::Int32 variant)=0 |
Sets the specified fill to a one-color gradient. Only applies for Excel 2007. More... | |
virtual void | SetTwoColorGradient (intrusive_ptr< Aspose::Cells::Systems::Drawing::Color > color1, intrusive_ptr< Aspose::Cells::Systems::Drawing::Color > color2, Aspose::Cells::Drawing::GradientStyleType style, Aspose::Cells::Systems::Int32 variant)=0 |
Sets the specified fill to a two-color gradient. Only applies for Excel 2007. More... | |
virtual void | SetTwoColorGradient (intrusive_ptr< Aspose::Cells::Systems::Drawing::Color > color1, Aspose::Cells::Systems::Double transparency1, intrusive_ptr< Aspose::Cells::Systems::Drawing::Color > color2, Aspose::Cells::Systems::Double transparency2, Aspose::Cells::Drawing::GradientStyleType style, Aspose::Cells::Systems::Int32 variant)=0 |
Sets the specified fill to a two-color gradient. Only applies for Excel 2007. More... | |
![]() | |
virtual bool | Equals (intrusive_ptr< Aspose::Cells::Systems::Object > obj)=0 |
/ More... | |
virtual Aspose::Cells::Systems::Int32 | GetHashCode ()=0 |
Gets the hash code. More... | |
Represents the gradient fill.
|
pure virtual |
The angle of linear fill.
|
pure virtual |
Gets the gradient direction type.
|
pure virtual |
Gets the gradient fill type.
|
pure virtual |
Represents the gradient stop collection.
|
pure virtual |
The angle of linear fill.
|
pure virtual |
Set the gradient fill type and direction.
type | Gradient fill type. |
angle | The angle. Only applies for GradientFillType.Linear. |
direction | The direction type. Only applies for GradientFillType.Radial and GradientFillType.Rectangle. |
|
pure virtual |
Sets the specified fill to a one-color gradient. Only applies for Excel 2007.
color | One gradient color. |
degree | The gradient degree. Can be a value from 0.0 (dark) through 1.0 (light). |
style | Gradient shading style. |
variant | The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If style is GradientStyle.FromCenter, the Variant argument can only be 1 or 2. |
|
pure virtual |
Sets the specified fill to a two-color gradient. Only applies for Excel 2007.
color1 | One gradient color. |
color2 | Two gradient color. |
style | Gradient shading style. |
variant | The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If style is GradientStyle.FromCenter, the Variant argument can only be 1 or 2. |
|
pure virtual |
Sets the specified fill to a two-color gradient. Only applies for Excel 2007.
color1 | One gradient color. |
transparency1 | The degree of transparency of the color1 as a value from 0.0 (opaque) through 1.0 (clear). |
color2 | Two gradient color. |
transparency2 | The degree of transparency of the color2 as a value from 0.0 (opaque) through 1.0 (clear). |
style | Gradient shading style. |
variant | The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If style is GradientStyle.FromCenter, the Variant argument can only be 1 or 2. |