Inherits Object.
|
virtual intrusive_ptr< Aspose::Cells::Systems::Drawing::Color > | GetForeColor ()=0 |
| Gets and sets the fill fore color. More...
|
|
virtual void | SetForeColor (intrusive_ptr< Aspose::Cells::Systems::Drawing::Color > value)=0 |
| Gets and sets the fill fore color. More...
|
|
virtual Aspose::Cells::Systems::Double | GetTransparency ()=0 |
| Returns or sets the degree of transparency of the specified fill 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 specified fill as a value from 0.0 (opaque) through 1.0 (clear). More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::Drawing::Color > | GetBackColor ()=0 |
| Gets and sets the file back color. More...
|
|
virtual void | SetBackColor (intrusive_ptr< Aspose::Cells::Systems::Drawing::Color > value)=0 |
| Gets and sets the file back color. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::Array1D< Aspose::Cells::Systems::Byte > > | GetImageData ()=0 |
| Gets and sets the Texture and Picture fill data. More...
|
|
virtual void | SetImageData (intrusive_ptr< Aspose::Cells::Systems::Array1D< Aspose::Cells::Systems::Byte >> value)=0 |
| Gets and sets the Texture and Picture fill data. 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. More...
|
|
virtual Aspose::Cells::Drawing::TextureType | GetTexture ()=0 |
| Gets the texture fill type. More...
|
|
virtual bool | IsVisible ()=0 |
| Indicates whether there is fill. More...
|
|
virtual void | SetVisible (bool value)=0 |
| Indicates whether there is fill. More...
|
|
Represents fill formatting for a shape.