Aspose::Cells::Drawing::MsoFillFormat class
Contents
[
Hide
]MsoFillFormat class
Represents fill formatting for a shape.
class MsoFillFormat
Methods
| Method | Description |
|---|---|
| GetBackColor() | Gets and sets the file back color. |
| GetForeColor() | Gets and sets the fill fore color. |
| GetImageData() | Gets and sets the Texture and Picture fill data. |
| GetTexture() | Gets the texture fill type. |
| GetTransparency() | Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). |
| IsNull() const | Checks whether the implementation object is nullptr. |
| IsVisible() | Indicates whether there is fill. |
| MsoFillFormat(MsoFillFormat_Impl* impl) | Constructs from an implementation object. |
| MsoFillFormat(const MsoFillFormat& src) | Copy constructor. |
| explicit operator bool() const | operator bool() |
| operator=(const MsoFillFormat& src) | operator= |
| SetBackColor(const Aspose::Cells::Color& value) | Gets and sets the file back color. |
| SetForeColor(const Aspose::Cells::Color& value) | Gets and sets the fill fore color. |
| SetImageData(const Vector <uint8_t>& value) | Gets and sets the Texture and Picture fill data. |
| SetIsVisible(bool value) | Indicates whether there is fill. |
| SetOneColorGradient(const Aspose::Cells::Color& color, double degree, GradientStyleType style, int32_t variant) | Sets the specified fill to a one-color gradient. |
| SetTransparency(double value) | Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). |
| ~MsoFillFormat() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++